HSL(226, 25%, 46%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(226,25%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(226, 25%, 46%) | color: hsl(226, 25%, 46%) | |
| HEX | #586693 | color: #586693 | |
| RGB | rgb(88, 102, 147) | color: rgb(88, 102, 147) | |
| CMYK | cmyk(40%, 31%, 0%, 42%) | — | |
| HSV | hsv(226, 40%, 58%) | — | |
| HWB | hwb(226 35% 42%) | color: hwb(226 35% 42%) | |
| OKLCH | oklch(0.5176 0.0735 270.45) | color: oklch(0.5176 0.0735 270.45) | |
| Lab | lab(43.78 6.66 -26.35) | color: lab(43.78 6.66 -26.35) | |
| LCH | lch(43.78 27.18 284.18) | color: lch(43.78 27.18 284.18) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#5E5E88 — rgb(94, 94, 136)
Deuteranopia (Green-blind)
#5D5C86 — rgb(93, 92, 134)
Tritanopia (Blue-blind)
#59807E — rgb(89, 128, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(226, 25%, 46%);
text
color: hsl(226, 25%, 46%);
border
border: 2px solid hsl(226, 25%, 46%);
gradient light
background: linear-gradient(to right, hsl(226, 25%, 66%), hsl(226, 25%, 46%));
gradient dark
background: linear-gradient(to right, hsl(226, 25%, 46%), hsl(226, 25%, 26%))
hex
background-color: #586693;
tailwind
bg-[hsl(226,25%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(226, 25%, 46%, 0.4);
css variable
--color-primary: hsl(226, 25%, 46%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(226, 25%, 46%)?
HEX: #586693 | RGB: rgb(88, 102, 147) | CMYK: 40%, 31%, 0%, 42% | HSV: 226°, 40%, 58%. Copy any format from the conversion table above.
What colors go well with #586693?
The complementary color is HSL(46, 25%, 46%). For a triadic harmony, use hues 226°, 346°, and 106°. For analogous combinations, try hues 196° and 256°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(226, 25%, 46%) in CSS?
As HSL: color: hsl(226, 25%, 46%); — As HEX: color: #586693; — As RGB: color: rgb(88, 102, 147); — Tailwind CSS: bg-[hsl(226,25%,46%)] — CSS variable: --color-primary: hsl(226, 25%, 46%);