HSL(211, 20%, 43%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,20%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 20%, 43%) | color: hsl(211, 20%, 43%) | |
| HEX | #586D84 | color: #586D84 | |
| RGB | rgb(88, 109, 132) | color: rgb(88, 109, 132) | |
| CMYK | cmyk(33%, 17%, 0%, 48%) | — | |
| HSV | hsv(211, 33%, 52%) | — | |
| HWB | hwb(211 35% 48%) | color: hwb(211 35% 48%) | |
| OKLCH | oklch(0.5266 0.0442 250.99) | color: oklch(0.5266 0.0442 250.99) | |
| Lab | lab(45.19 -1.86 -15.21) | color: lab(45.19 -1.86 -15.21) | |
| LCH | lch(45.19 15.32 263.03) | color: lch(45.19 15.32 263.03) |
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)
#61617E — rgb(97, 97, 126)
Deuteranopia (Green-blind)
#605E7D — rgb(96, 94, 125)
Tritanopia (Blue-blind)
#597A79 — rgb(89, 122, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 20%, 43%);
text
color: hsl(211, 20%, 43%);
border
border: 2px solid hsl(211, 20%, 43%);
gradient light
background: linear-gradient(to right, hsl(211, 20%, 63%), hsl(211, 20%, 43%));
gradient dark
background: linear-gradient(to right, hsl(211, 20%, 43%), hsl(211, 20%, 23%))
hex
background-color: #586D84;
tailwind
bg-[hsl(211,20%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 20%, 43%, 0.4);
css variable
--color-primary: hsl(211, 20%, 43%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 20%, 43%)?
HEX: #586D84 | RGB: rgb(88, 109, 132) | CMYK: 33%, 17%, 0%, 48% | HSV: 211°, 33%, 52%. Copy any format from the conversion table above.
What colors go well with #586D84?
The complementary color is HSL(31, 20%, 43%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 20%, 43%) in CSS?
As HSL: color: hsl(211, 20%, 43%); — As HEX: color: #586D84; — As RGB: color: rgb(88, 109, 132); — Tailwind CSS: bg-[hsl(211,20%,43%)] — CSS variable: --color-primary: hsl(211, 20%, 43%);