HSL(232, 66%, 62%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,66%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 66%, 62%) | color: hsl(232, 66%, 62%) | |
| HEX | #5E6FDE | color: #5E6FDE | |
| RGB | rgb(94, 111, 222) | color: rgb(94, 111, 222) | |
| CMYK | cmyk(58%, 50%, 0%, 13%) | — | |
| HSV | hsv(232, 58%, 87%) | — | |
| HWB | hwb(232 37% 13%) | color: hwb(232 37% 13%) | |
| OKLCH | oklch(0.5851 0.1686 273.5) | color: oklch(0.5851 0.1686 273.5) | |
| Lab | lab(50.71 26.19 -58.84) | color: lab(50.71 26.19 -58.84) | |
| LCH | lch(50.71 64.41 293.99) | color: lch(50.71 64.41 293.99) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#6566C3 — rgb(101, 102, 195)
Deuteranopia (Green-blind)
#6463BD — rgb(100, 99, 189)
Tritanopia (Blue-blind)
#5FAEA9 — rgb(95, 174, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 66%, 62%);
text
color: hsl(232, 66%, 62%);
border
border: 2px solid hsl(232, 66%, 62%);
gradient light
background: linear-gradient(to right, hsl(232, 66%, 82%), hsl(232, 66%, 62%));
gradient dark
background: linear-gradient(to right, hsl(232, 66%, 62%), hsl(232, 66%, 42%))
hex
background-color: #5E6FDE;
tailwind
bg-[hsl(232,66%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 66%, 62%, 0.4);
css variable
--color-primary: hsl(232, 66%, 62%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 66%, 62%)?
HEX: #5E6FDE | RGB: rgb(94, 111, 222) | CMYK: 58%, 50%, 0%, 13% | HSV: 232°, 58%, 87%. Copy any format from the conversion table above.
What colors go well with #5E6FDE?
The complementary color is HSL(52, 66%, 62%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 66%, 62%) in CSS?
As HSL: color: hsl(232, 66%, 62%); — As HEX: color: #5E6FDE; — As RGB: color: rgb(94, 111, 222); — Tailwind CSS: bg-[hsl(232,66%,62%)] — CSS variable: --color-primary: hsl(232, 66%, 62%);