HSL(211, 19%, 29%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(211,19%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 19%, 29%) | color: hsl(211, 19%, 29%) | |
| HEX | #3C4958 | color: #3C4958 | |
| RGB | rgb(60, 73, 88) | color: rgb(60, 73, 88) | |
| CMYK | cmyk(32%, 17%, 0%, 65%) | — | |
| HSV | hsv(212, 32%, 35%) | — | |
| HWB | hwb(212 24% 65%) | color: hwb(212 24% 65%) | |
| OKLCH | oklch(0.4001 0.0305 252.23) | color: oklch(0.4001 0.0305 252.23) | |
| Lab | lab(30.47 -1.15 -10.57) | color: lab(30.47 -1.15 -10.57) | |
| LCH | lch(30.47 10.63 263.79) | color: lch(30.47 10.63 263.79) |
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)
#424254 — rgb(66, 66, 84)
Deuteranopia (Green-blind)
#414054 — rgb(65, 64, 84)
Tritanopia (Blue-blind)
#3D5251 — rgb(61, 82, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 19%, 29%);
text
color: hsl(211, 19%, 29%);
border
border: 2px solid hsl(211, 19%, 29%);
gradient light
background: linear-gradient(to right, hsl(211, 19%, 49%), hsl(211, 19%, 29%));
gradient dark
background: linear-gradient(to right, hsl(211, 19%, 29%), hsl(211, 19%, 9%))
hex
background-color: #3C4958;
tailwind
bg-[hsl(211,19%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 19%, 29%, 0.4);
css variable
--color-primary: hsl(211, 19%, 29%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 19%, 29%)?
HEX: #3C4958 | RGB: rgb(60, 73, 88) | CMYK: 32%, 17%, 0%, 65% | HSV: 212°, 32%, 35%. Copy any format from the conversion table above.
What colors go well with #3C4958?
The complementary color is HSL(31, 19%, 29%). 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, 19%, 29%) in CSS?
As HSL: color: hsl(211, 19%, 29%); — As HEX: color: #3C4958; — As RGB: color: rgb(60, 73, 88); — Tailwind CSS: bg-[hsl(211,19%,29%)] — CSS variable: --color-primary: hsl(211, 19%, 29%);