HSL(213, 63%, 80%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(213,63%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(213, 63%, 80%) | color: hsl(213, 63%, 80%) | |
| HEX | #ACC9EC | color: #ACC9EC | |
| RGB | rgb(172, 201, 236) | color: rgb(172, 201, 236) | |
| CMYK | cmyk(27%, 15%, 0%, 7%) | — | |
| HSV | hsv(213, 27%, 93%) | — | |
| HWB | hwb(213 68% 7%) | color: hwb(213 68% 7%) | |
| OKLCH | oklch(0.8262 0.0585 253.3) | color: oklch(0.8262 0.0585 253.3) | |
| Lab | lab(79.95 -1.95 -20.49) | color: lab(79.95 -1.95 -20.49) | |
| LCH | lch(79.95 20.58 264.56) | color: lch(79.95 20.58 264.56) |
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)
#B9B9E4 — rgb(185, 185, 228)
Deuteranopia (Green-blind)
#B7B5E2 — rgb(183, 181, 226)
Tritanopia (Blue-blind)
#ADDDDB — rgb(173, 221, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(213, 63%, 80%);
text
color: hsl(213, 63%, 80%);
border
border: 2px solid hsl(213, 63%, 80%);
gradient light
background: linear-gradient(to right, hsl(213, 63%, 100%), hsl(213, 63%, 80%));
gradient dark
background: linear-gradient(to right, hsl(213, 63%, 80%), hsl(213, 63%, 60%))
hex
background-color: #ACC9EC;
tailwind
bg-[hsl(213,63%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(213, 63%, 80%, 0.4);
css variable
--color-primary: hsl(213, 63%, 80%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(213, 63%, 80%)?
HEX: #ACC9EC | RGB: rgb(172, 201, 236) | CMYK: 27%, 15%, 0%, 7% | HSV: 213°, 27%, 93%. Copy any format from the conversion table above.
What colors go well with #ACC9EC?
The complementary color is HSL(33, 63%, 80%). For a triadic harmony, use hues 213°, 333°, and 93°. For analogous combinations, try hues 183° and 243°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(213, 63%, 80%) in CSS?
As HSL: color: hsl(213, 63%, 80%); — As HEX: color: #ACC9EC; — As RGB: color: rgb(172, 201, 236); — Tailwind CSS: bg-[hsl(213,63%,80%)] — CSS variable: --color-primary: hsl(213, 63%, 80%);