HSL(237, 83%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,83%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 83%, 64%) | color: hsl(237, 83%, 64%) | |
| HEX | #575FEF | color: #575FEF | |
| RGB | rgb(87, 95, 239) | color: rgb(87, 95, 239) | |
| CMYK | cmyk(64%, 60%, 0%, 6%) | — | |
| HSV | hsv(237, 64%, 94%) | — | |
| HWB | hwb(237 34% 6%) | color: hwb(237 34% 6%) | |
| OKLCH | oklch(0.5641 0.2126 274.84) | color: oklch(0.5641 0.2126 274.84) | |
| Lab | lab(47.55 40.34 -73.56) | color: lab(47.55 40.34 -73.56) | |
| LCH | lch(47.55 83.9 298.74) | color: lch(47.55 83.9 298.74) |
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)
#5A5BCC — rgb(90, 91, 204)
Deuteranopia (Green-blind)
#5A59C4 — rgb(90, 89, 196)
Tritanopia (Blue-blind)
#57B1AB — rgb(87, 177, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 83%, 64%);
text
color: hsl(237, 83%, 64%);
border
border: 2px solid hsl(237, 83%, 64%);
gradient light
background: linear-gradient(to right, hsl(237, 83%, 84%), hsl(237, 83%, 64%));
gradient dark
background: linear-gradient(to right, hsl(237, 83%, 64%), hsl(237, 83%, 44%))
hex
background-color: #575FEF;
tailwind
bg-[hsl(237,83%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 83%, 64%, 0.4);
css variable
--color-primary: hsl(237, 83%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 83%, 64%)?
HEX: #575FEF | RGB: rgb(87, 95, 239) | CMYK: 64%, 60%, 0%, 6% | HSV: 237°, 64%, 94%. Copy any format from the conversion table above.
What colors go well with #575FEF?
The complementary color is HSL(57, 83%, 64%). 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, 83%, 64%) in CSS?
As HSL: color: hsl(237, 83%, 64%); — As HEX: color: #575FEF; — As RGB: color: rgb(87, 95, 239); — Tailwind CSS: bg-[hsl(237,83%,64%)] — CSS variable: --color-primary: hsl(237, 83%, 64%);