HSL(211, 52%, 44%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,52%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 52%, 44%) | color: hsl(211, 52%, 44%) | |
| HEX | #366EAB | color: #366EAB | |
| RGB | rgb(54, 110, 171) | color: rgb(54, 110, 171) | |
| CMYK | cmyk(68%, 36%, 0%, 33%) | — | |
| HSV | hsv(211, 68%, 67%) | — | |
| HWB | hwb(211 21% 33%) | color: hwb(211 21% 33%) | |
| OKLCH | oklch(0.5298 0.1132 252.45) | color: oklch(0.5298 0.1132 252.45) | |
| Lab | lab(45.46 1.9 -38.02) | color: lab(45.46 1.9 -38.02) | |
| LCH | lch(45.46 38.07 272.86) | color: lch(45.46 38.07 272.86) |
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)
#4E4F9C — rgb(78, 79, 156)
Deuteranopia (Green-blind)
#4B4799 — rgb(75, 71, 153)
Tritanopia (Blue-blind)
#39918E — rgb(57, 145, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 52%, 44%);
text
color: hsl(211, 52%, 44%);
border
border: 2px solid hsl(211, 52%, 44%);
gradient light
background: linear-gradient(to right, hsl(211, 52%, 64%), hsl(211, 52%, 44%));
gradient dark
background: linear-gradient(to right, hsl(211, 52%, 44%), hsl(211, 52%, 24%))
hex
background-color: #366EAB;
tailwind
bg-[hsl(211,52%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 52%, 44%, 0.4);
css variable
--color-primary: hsl(211, 52%, 44%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 52%, 44%)?
HEX: #366EAB | RGB: rgb(54, 110, 171) | CMYK: 68%, 36%, 0%, 33% | HSV: 211°, 68%, 67%. Copy any format from the conversion table above.
What colors go well with #366EAB?
The complementary color is HSL(31, 52%, 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, 52%, 44%) in CSS?
As HSL: color: hsl(211, 52%, 44%); — As HEX: color: #366EAB; — As RGB: color: rgb(54, 110, 171); — Tailwind CSS: bg-[hsl(211,52%,44%)] — CSS variable: --color-primary: hsl(211, 52%, 44%);