HSL(211, 87%, 82%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,87%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 87%, 82%) | color: hsl(211, 87%, 82%) | |
| HEX | #A9D0F9 | color: #A9D0F9 | |
| RGB | rgb(169, 208, 249) | color: rgb(169, 208, 249) | |
| CMYK | cmyk(32%, 16%, 0%, 2%) | — | |
| HSV | hsv(211, 32%, 98%) | — | |
| HWB | hwb(211 67% 2%) | color: hwb(211 67% 2%) | |
| OKLCH | oklch(0.8437 0.071 249.96) | color: oklch(0.8437 0.071 249.96) | |
| Lab | lab(82.05 -3.42 -24.26) | color: lab(82.05 -3.42 -24.26) | |
| LCH | lch(82.05 24.5 261.98) | color: lch(82.05 24.5 261.98) |
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)
#BABAEF — rgb(186, 186, 239)
Deuteranopia (Green-blind)
#B8B5ED — rgb(184, 181, 237)
Tritanopia (Blue-blind)
#ABE7E6 — rgb(171, 231, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 87%, 82%);
text
color: hsl(211, 87%, 82%);
border
border: 2px solid hsl(211, 87%, 82%);
gradient light
background: linear-gradient(to right, hsl(211, 87%, 100%), hsl(211, 87%, 82%));
gradient dark
background: linear-gradient(to right, hsl(211, 87%, 82%), hsl(211, 87%, 62%))
hex
background-color: #A9D0F9;
tailwind
bg-[hsl(211,87%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 87%, 82%, 0.4);
css variable
--color-primary: hsl(211, 87%, 82%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 87%, 82%)?
HEX: #A9D0F9 | RGB: rgb(169, 208, 249) | CMYK: 32%, 16%, 0%, 2% | HSV: 211°, 32%, 98%. Copy any format from the conversion table above.
What colors go well with #A9D0F9?
The complementary color is HSL(31, 87%, 82%). 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, 87%, 82%) in CSS?
As HSL: color: hsl(211, 87%, 82%); — As HEX: color: #A9D0F9; — As RGB: color: rgb(169, 208, 249); — Tailwind CSS: bg-[hsl(211,87%,82%)] — CSS variable: --color-primary: hsl(211, 87%, 82%);