HSL(233, 58%, 60%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,58%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 58%, 60%) | color: hsl(233, 58%, 60%) | |
| HEX | #5E6CD4 | color: #5E6CD4 | |
| RGB | rgb(94, 108, 212) | color: rgb(94, 108, 212) | |
| CMYK | cmyk(56%, 49%, 0%, 17%) | — | |
| HSV | hsv(233, 56%, 83%) | — | |
| HWB | hwb(233 37% 17%) | color: hwb(233 37% 17%) | |
| OKLCH | oklch(0.5726 0.1587 274.5) | color: oklch(0.5726 0.1587 274.5) | |
| Lab | lab(49.32 24.78 -55.41) | color: lab(49.32 24.78 -55.41) | |
| LCH | lch(49.32 60.7 294.09) | color: lch(49.32 60.7 294.09) |
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)
#6464BB — rgb(100, 100, 187)
Deuteranopia (Green-blind)
#6362B5 — rgb(99, 98, 181)
Tritanopia (Blue-blind)
#5FA7A3 — rgb(95, 167, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 58%, 60%);
text
color: hsl(233, 58%, 60%);
border
border: 2px solid hsl(233, 58%, 60%);
gradient light
background: linear-gradient(to right, hsl(233, 58%, 80%), hsl(233, 58%, 60%));
gradient dark
background: linear-gradient(to right, hsl(233, 58%, 60%), hsl(233, 58%, 40%))
hex
background-color: #5E6CD4;
tailwind
bg-[hsl(233,58%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 58%, 60%, 0.4);
css variable
--color-primary: hsl(233, 58%, 60%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 58%, 60%)?
HEX: #5E6CD4 | RGB: rgb(94, 108, 212) | CMYK: 56%, 49%, 0%, 17% | HSV: 233°, 56%, 83%. Copy any format from the conversion table above.
What colors go well with #5E6CD4?
The complementary color is HSL(53, 58%, 60%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 58%, 60%) in CSS?
As HSL: color: hsl(233, 58%, 60%); — As HEX: color: #5E6CD4; — As RGB: color: rgb(94, 108, 212); — Tailwind CSS: bg-[hsl(233,58%,60%)] — CSS variable: --color-primary: hsl(233, 58%, 60%);