HSL(211, 58%, 80%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,58%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 58%, 80%) | color: hsl(211, 58%, 80%) | |
| HEX | #AECBEA | color: #AECBEA | |
| RGB | rgb(174, 203, 234) | color: rgb(174, 203, 234) | |
| CMYK | cmyk(26%, 13%, 0%, 8%) | — | |
| HSV | hsv(211, 26%, 92%) | — | |
| HWB | hwb(211 68% 8%) | color: hwb(211 68% 8%) | |
| OKLCH | oklch(0.831 0.0537 250.21) | color: oklch(0.831 0.0537 250.21) | |
| Lab | lab(80.54 -2.89 -18.51) | color: lab(80.54 -2.89 -18.51) | |
| LCH | lch(80.54 18.73 261.13) | color: lch(80.54 18.73 261.13) |
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)
#BBBBE2 — rgb(187, 187, 226)
Deuteranopia (Green-blind)
#B9B7E1 — rgb(185, 183, 225)
Tritanopia (Blue-blind)
#AFDDDB — rgb(175, 221, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 58%, 80%);
text
color: hsl(211, 58%, 80%);
border
border: 2px solid hsl(211, 58%, 80%);
gradient light
background: linear-gradient(to right, hsl(211, 58%, 100%), hsl(211, 58%, 80%));
gradient dark
background: linear-gradient(to right, hsl(211, 58%, 80%), hsl(211, 58%, 60%))
hex
background-color: #AECBEA;
tailwind
bg-[hsl(211,58%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 58%, 80%, 0.4);
css variable
--color-primary: hsl(211, 58%, 80%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 58%, 80%)?
HEX: #AECBEA | RGB: rgb(174, 203, 234) | CMYK: 26%, 13%, 0%, 8% | HSV: 211°, 26%, 92%. Copy any format from the conversion table above.
What colors go well with #AECBEA?
The complementary color is HSL(31, 58%, 80%). 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, 58%, 80%) in CSS?
As HSL: color: hsl(211, 58%, 80%); — As HEX: color: #AECBEA; — As RGB: color: rgb(174, 203, 234); — Tailwind CSS: bg-[hsl(211,58%,80%)] — CSS variable: --color-primary: hsl(211, 58%, 80%);