HSL(211, 37%, 44%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,37%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 37%, 44%) | color: hsl(211, 37%, 44%) | |
| HEX | #476F9A | color: #476F9A | |
| RGB | rgb(71, 111, 154) | color: rgb(71, 111, 154) | |
| CMYK | cmyk(54%, 28%, 0%, 40%) | — | |
| HSV | hsv(211, 54%, 60%) | — | |
| HWB | hwb(211 28% 40%) | color: hwb(211 28% 40%) | |
| OKLCH | oklch(0.5309 0.0818 251.24) | color: oklch(0.5309 0.0818 251.24) | |
| Lab | lab(45.69 -1.13 -27.61) | color: lab(45.69 -1.13 -27.61) | |
| LCH | lch(45.69 27.63 267.66) | color: lch(45.69 27.63 267.66) |
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)
#585990 — rgb(88, 89, 144)
Deuteranopia (Green-blind)
#56538D — rgb(86, 83, 141)
Tritanopia (Blue-blind)
#498786 — rgb(73, 135, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 37%, 44%);
text
color: hsl(211, 37%, 44%);
border
border: 2px solid hsl(211, 37%, 44%);
gradient light
background: linear-gradient(to right, hsl(211, 37%, 64%), hsl(211, 37%, 44%));
gradient dark
background: linear-gradient(to right, hsl(211, 37%, 44%), hsl(211, 37%, 24%))
hex
background-color: #476F9A;
tailwind
bg-[hsl(211,37%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 37%, 44%, 0.4);
css variable
--color-primary: hsl(211, 37%, 44%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 37%, 44%)?
HEX: #476F9A | RGB: rgb(71, 111, 154) | CMYK: 54%, 28%, 0%, 40% | HSV: 211°, 54%, 60%. Copy any format from the conversion table above.
What colors go well with #476F9A?
The complementary color is HSL(31, 37%, 44%). 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, 37%, 44%) in CSS?
As HSL: color: hsl(211, 37%, 44%); — As HEX: color: #476F9A; — As RGB: color: rgb(71, 111, 154); — Tailwind CSS: bg-[hsl(211,37%,44%)] — CSS variable: --color-primary: hsl(211, 37%, 44%);