HSL(237, 60%, 59%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,60%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 60%, 59%) | color: hsl(237, 60%, 59%) | |
| HEX | #585ED5 | color: #585ED5 | |
| RGB | rgb(88, 94, 213) | color: rgb(88, 94, 213) | |
| CMYK | cmyk(59%, 56%, 0%, 16%) | — | |
| HSV | hsv(237, 59%, 84%) | — | |
| HWB | hwb(237 34% 16%) | color: hwb(237 34% 16%) | |
| OKLCH | oklch(0.5429 0.1796 276.44) | color: oklch(0.5429 0.1796 276.44) | |
| Lab | lab(45.47 32.59 -62.2) | color: lab(45.47 32.59 -62.2) | |
| LCH | lch(45.47 70.22 297.65) | color: lch(45.47 70.22 297.65) |
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)
#5B5BB8 — rgb(91, 91, 184)
Deuteranopia (Green-blind)
#5A5AB1 — rgb(90, 90, 177)
Tritanopia (Blue-blind)
#58A19C — rgb(88, 161, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 60%, 59%);
text
color: hsl(237, 60%, 59%);
border
border: 2px solid hsl(237, 60%, 59%);
gradient light
background: linear-gradient(to right, hsl(237, 60%, 79%), hsl(237, 60%, 59%));
gradient dark
background: linear-gradient(to right, hsl(237, 60%, 59%), hsl(237, 60%, 39%))
hex
background-color: #585ED5;
tailwind
bg-[hsl(237,60%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 60%, 59%, 0.4);
css variable
--color-primary: hsl(237, 60%, 59%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 60%, 59%)?
HEX: #585ED5 | RGB: rgb(88, 94, 213) | CMYK: 59%, 56%, 0%, 16% | HSV: 237°, 59%, 84%. Copy any format from the conversion table above.
What colors go well with #585ED5?
The complementary color is HSL(57, 60%, 59%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 60%, 59%) in CSS?
As HSL: color: hsl(237, 60%, 59%); — As HEX: color: #585ED5; — As RGB: color: rgb(88, 94, 213); — Tailwind CSS: bg-[hsl(237,60%,59%)] — CSS variable: --color-primary: hsl(237, 60%, 59%);