HSL(217, 24%, 47%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(217,24%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 24%, 47%) | color: hsl(217, 24%, 47%) | |
| HEX | #5B7195 | color: #5B7195 | |
| RGB | rgb(91, 113, 149) | color: rgb(91, 113, 149) | |
| CMYK | cmyk(39%, 24%, 0%, 42%) | — | |
| HSV | hsv(217, 39%, 58%) | — | |
| HWB | hwb(217 35% 42%) | color: hwb(217 35% 42%) | |
| OKLCH | oklch(0.5455 0.0624 260.09) | color: oklch(0.5455 0.0624 260.09) | |
| Lab | lab(47.24 1.42 -22.16) | color: lab(47.24 1.42 -22.16) | |
| LCH | lch(47.24 22.21 273.67) | color: lch(47.24 22.21 273.67) |
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)
#65658C — rgb(101, 101, 140)
Deuteranopia (Green-blind)
#63628A — rgb(99, 98, 138)
Tritanopia (Blue-blind)
#5C8584 — rgb(92, 133, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 24%, 47%);
text
color: hsl(217, 24%, 47%);
border
border: 2px solid hsl(217, 24%, 47%);
gradient light
background: linear-gradient(to right, hsl(217, 24%, 67%), hsl(217, 24%, 47%));
gradient dark
background: linear-gradient(to right, hsl(217, 24%, 47%), hsl(217, 24%, 27%))
hex
background-color: #5B7195;
tailwind
bg-[hsl(217,24%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 24%, 47%, 0.4);
css variable
--color-primary: hsl(217, 24%, 47%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 24%, 47%)?
HEX: #5B7195 | RGB: rgb(91, 113, 149) | CMYK: 39%, 24%, 0%, 42% | HSV: 217°, 39%, 58%. Copy any format from the conversion table above.
What colors go well with #5B7195?
The complementary color is HSL(37, 24%, 47%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(217, 24%, 47%) in CSS?
As HSL: color: hsl(217, 24%, 47%); — As HEX: color: #5B7195; — As RGB: color: rgb(91, 113, 149); — Tailwind CSS: bg-[hsl(217,24%,47%)] — CSS variable: --color-primary: hsl(217, 24%, 47%);