HSL(231, 50%, 58%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(231,50%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 50%, 58%) | color: hsl(231, 50%, 58%) | |
| HEX | #5E6EC9 | color: #5E6EC9 | |
| RGB | rgb(94, 110, 201) | color: rgb(94, 110, 201) | |
| CMYK | cmyk(53%, 45%, 0%, 21%) | — | |
| HSV | hsv(231, 53%, 79%) | — | |
| HWB | hwb(231 37% 21%) | color: hwb(231 37% 21%) | |
| OKLCH | oklch(0.5695 0.1406 273.61) | color: oklch(0.5695 0.1406 273.61) | |
| Lab | lab(49.19 19.99 -49.34) | color: lab(49.19 19.99 -49.34) | |
| LCH | lch(49.19 53.24 292.06) | color: lch(49.19 53.24 292.06) |
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)
#6565B3 — rgb(101, 101, 179)
Deuteranopia (Green-blind)
#6463AE — rgb(100, 99, 174)
Tritanopia (Blue-blind)
#5FA29E — rgb(95, 162, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 50%, 58%);
text
color: hsl(231, 50%, 58%);
border
border: 2px solid hsl(231, 50%, 58%);
gradient light
background: linear-gradient(to right, hsl(231, 50%, 78%), hsl(231, 50%, 58%));
gradient dark
background: linear-gradient(to right, hsl(231, 50%, 58%), hsl(231, 50%, 38%))
hex
background-color: #5E6EC9;
tailwind
bg-[hsl(231,50%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 50%, 58%, 0.4);
css variable
--color-primary: hsl(231, 50%, 58%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 50%, 58%)?
HEX: #5E6EC9 | RGB: rgb(94, 110, 201) | CMYK: 53%, 45%, 0%, 21% | HSV: 231°, 53%, 79%. Copy any format from the conversion table above.
What colors go well with #5E6EC9?
The complementary color is HSL(51, 50%, 58%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 50%, 58%) in CSS?
As HSL: color: hsl(231, 50%, 58%); — As HEX: color: #5E6EC9; — As RGB: color: rgb(94, 110, 201); — Tailwind CSS: bg-[hsl(231,50%,58%)] — CSS variable: --color-primary: hsl(231, 50%, 58%);