HSL(211, 26%, 39%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,26%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 26%, 39%) | color: hsl(211, 26%, 39%) | |
| HEX | #4A637D | color: #4A637D | |
| RGB | rgb(74, 99, 125) | color: rgb(74, 99, 125) | |
| CMYK | cmyk(41%, 21%, 0%, 51%) | — | |
| HSV | hsv(211, 41%, 49%) | — | |
| HWB | hwb(211 29% 51%) | color: hwb(211 29% 51%) | |
| OKLCH | oklch(0.4903 0.0516 249.89) | color: oklch(0.4903 0.0516 249.89) | |
| Lab | lab(40.99 -2.09 -17.49) | color: lab(40.99 -2.09 -17.49) | |
| LCH | lch(40.99 17.61 263.19) | color: lch(40.99 17.61 263.19) |
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)
#555577 — rgb(85, 85, 119)
Deuteranopia (Green-blind)
#535275 — rgb(83, 82, 117)
Tritanopia (Blue-blind)
#4B7271 — rgb(75, 114, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 26%, 39%);
text
color: hsl(211, 26%, 39%);
border
border: 2px solid hsl(211, 26%, 39%);
gradient light
background: linear-gradient(to right, hsl(211, 26%, 59%), hsl(211, 26%, 39%));
gradient dark
background: linear-gradient(to right, hsl(211, 26%, 39%), hsl(211, 26%, 19%))
hex
background-color: #4A637D;
tailwind
bg-[hsl(211,26%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 26%, 39%, 0.4);
css variable
--color-primary: hsl(211, 26%, 39%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 26%, 39%)?
HEX: #4A637D | RGB: rgb(74, 99, 125) | CMYK: 41%, 21%, 0%, 51% | HSV: 211°, 41%, 49%. Copy any format from the conversion table above.
What colors go well with #4A637D?
The complementary color is HSL(31, 26%, 39%). 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, 26%, 39%) in CSS?
As HSL: color: hsl(211, 26%, 39%); — As HEX: color: #4A637D; — As RGB: color: rgb(74, 99, 125); — Tailwind CSS: bg-[hsl(211,26%,39%)] — CSS variable: --color-primary: hsl(211, 26%, 39%);