HSL(233, 47%, 57%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,47%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 47%, 57%) | color: hsl(233, 47%, 57%) | |
| HEX | #5E6AC5 | color: #5E6AC5 | |
| RGB | rgb(94, 106, 197) | color: rgb(94, 106, 197) | |
| CMYK | cmyk(52%, 46%, 0%, 23%) | — | |
| HSV | hsv(233, 52%, 77%) | — | |
| HWB | hwb(233 37% 23%) | color: hwb(233 37% 23%) | |
| OKLCH | oklch(0.5589 0.1403 275.26) | color: oklch(0.5589 0.1403 275.26) | |
| Lab | lab(47.9 21.18 -49.1) | color: lab(47.9 21.18 -49.1) | |
| LCH | lch(47.9 53.47 293.33) | color: lch(47.9 53.47 293.33) |
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)
#6363AF — rgb(99, 99, 175)
Deuteranopia (Green-blind)
#6362AA — rgb(99, 98, 170)
Tritanopia (Blue-blind)
#5F9E9A — rgb(95, 158, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 47%, 57%);
text
color: hsl(233, 47%, 57%);
border
border: 2px solid hsl(233, 47%, 57%);
gradient light
background: linear-gradient(to right, hsl(233, 47%, 77%), hsl(233, 47%, 57%));
gradient dark
background: linear-gradient(to right, hsl(233, 47%, 57%), hsl(233, 47%, 37%))
hex
background-color: #5E6AC5;
tailwind
bg-[hsl(233,47%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 47%, 57%, 0.4);
css variable
--color-primary: hsl(233, 47%, 57%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 47%, 57%)?
HEX: #5E6AC5 | RGB: rgb(94, 106, 197) | CMYK: 52%, 46%, 0%, 23% | HSV: 233°, 52%, 77%. Copy any format from the conversion table above.
What colors go well with #5E6AC5?
The complementary color is HSL(53, 47%, 57%). 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, 47%, 57%) in CSS?
As HSL: color: hsl(233, 47%, 57%); — As HEX: color: #5E6AC5; — As RGB: color: rgb(94, 106, 197); — Tailwind CSS: bg-[hsl(233,47%,57%)] — CSS variable: --color-primary: hsl(233, 47%, 57%);