HSL(211, 40%, 53%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,40%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 40%, 53%) | color: hsl(211, 40%, 53%) | |
| HEX | #5786B7 | color: #5786B7 | |
| RGB | rgb(87, 134, 183) | color: rgb(87, 134, 183) | |
| CMYK | cmyk(52%, 27%, 0%, 28%) | — | |
| HSV | hsv(211, 52%, 72%) | — | |
| HWB | hwb(211 35% 28%) | color: hwb(211 35% 28%) | |
| OKLCH | oklch(0.607 0.091 250.49) | color: oklch(0.607 0.091 250.49) | |
| Lab | lab(54.55 -1.81 -30.61) | color: lab(54.55 -1.81 -30.61) | |
| LCH | lch(54.55 30.66 266.62) | color: lch(54.55 30.66 266.62) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#6B6CAB — rgb(107, 108, 171)
Deuteranopia (Green-blind)
#6965A8 — rgb(105, 101, 168)
Tritanopia (Blue-blind)
#59A2A0 — rgb(89, 162, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 40%, 53%);
text
color: hsl(211, 40%, 53%);
border
border: 2px solid hsl(211, 40%, 53%);
gradient light
background: linear-gradient(to right, hsl(211, 40%, 73%), hsl(211, 40%, 53%));
gradient dark
background: linear-gradient(to right, hsl(211, 40%, 53%), hsl(211, 40%, 33%))
hex
background-color: #5786B7;
tailwind
bg-[hsl(211,40%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 40%, 53%, 0.4);
css variable
--color-primary: hsl(211, 40%, 53%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 40%, 53%)?
HEX: #5786B7 | RGB: rgb(87, 134, 183) | CMYK: 52%, 27%, 0%, 28% | HSV: 211°, 52%, 72%. Copy any format from the conversion table above.
What colors go well with #5786B7?
The complementary color is HSL(31, 40%, 53%). 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, 40%, 53%) in CSS?
As HSL: color: hsl(211, 40%, 53%); — As HEX: color: #5786B7; — As RGB: color: rgb(87, 134, 183); — Tailwind CSS: bg-[hsl(211,40%,53%)] — CSS variable: --color-primary: hsl(211, 40%, 53%);