HSL(211, 29%, 43%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,29%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 29%, 43%) | color: hsl(211, 29%, 43%) | |
| HEX | #4E6D8D | color: #4E6D8D | |
| RGB | rgb(78, 109, 141) | color: rgb(78, 109, 141) | |
| CMYK | cmyk(45%, 23%, 0%, 45%) | — | |
| HSV | hsv(210, 45%, 55%) | — | |
| HWB | hwb(210 30% 45%) | color: hwb(210 30% 45%) | |
| OKLCH | oklch(0.524 0.0624 249.87) | color: oklch(0.524 0.0624 249.87) | |
| Lab | lab(44.91 -2.22 -21.06) | color: lab(44.91 -2.22 -21.06) | |
| LCH | lch(44.91 21.18 263.98) | color: lch(44.91 21.18 263.98) |
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)
#5B5C85 — rgb(91, 92, 133)
Deuteranopia (Green-blind)
#5A5783 — rgb(90, 87, 131)
Tritanopia (Blue-blind)
#507F7E — rgb(80, 127, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 29%, 43%);
text
color: hsl(211, 29%, 43%);
border
border: 2px solid hsl(211, 29%, 43%);
gradient light
background: linear-gradient(to right, hsl(211, 29%, 63%), hsl(211, 29%, 43%));
gradient dark
background: linear-gradient(to right, hsl(211, 29%, 43%), hsl(211, 29%, 23%))
hex
background-color: #4E6D8D;
tailwind
bg-[hsl(211,29%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 29%, 43%, 0.4);
css variable
--color-primary: hsl(211, 29%, 43%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 29%, 43%)?
HEX: #4E6D8D | RGB: rgb(78, 109, 141) | CMYK: 45%, 23%, 0%, 45% | HSV: 210°, 45%, 55%. Copy any format from the conversion table above.
What colors go well with #4E6D8D?
The complementary color is HSL(31, 29%, 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, 29%, 43%) in CSS?
As HSL: color: hsl(211, 29%, 43%); — As HEX: color: #4E6D8D; — As RGB: color: rgb(78, 109, 141); — Tailwind CSS: bg-[hsl(211,29%,43%)] — CSS variable: --color-primary: hsl(211, 29%, 43%);