HSL(221, 87%, 82%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(221,87%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 87%, 82%) | color: hsl(221, 87%, 82%) | |
| HEX | #A9C2F9 | color: #A9C2F9 | |
| RGB | rgb(169, 194, 249) | color: rgb(169, 194, 249) | |
| CMYK | cmyk(32%, 22%, 0%, 2%) | — | |
| HSV | hsv(221, 32%, 98%) | — | |
| HWB | hwb(221 67% 2%) | color: hwb(221 67% 2%) | |
| OKLCH | oklch(0.8149 0.0827 265.59) | color: oklch(0.8149 0.0827 265.59) | |
| Lab | lab(78.38 4.09 -29.87) | color: lab(78.38 4.09 -29.87) | |
| LCH | lch(78.38 30.15 277.8) | color: lch(78.38 30.15 277.8) |
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)
#B4B4EC — rgb(180, 180, 236)
Deuteranopia (Green-blind)
#B2B1E9 — rgb(178, 177, 233)
Tritanopia (Blue-blind)
#AAE1DF — rgb(170, 225, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 87%, 82%);
text
color: hsl(221, 87%, 82%);
border
border: 2px solid hsl(221, 87%, 82%);
gradient light
background: linear-gradient(to right, hsl(221, 87%, 100%), hsl(221, 87%, 82%));
gradient dark
background: linear-gradient(to right, hsl(221, 87%, 82%), hsl(221, 87%, 62%))
hex
background-color: #A9C2F9;
tailwind
bg-[hsl(221,87%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 87%, 82%, 0.4);
css variable
--color-primary: hsl(221, 87%, 82%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 87%, 82%)?
HEX: #A9C2F9 | RGB: rgb(169, 194, 249) | CMYK: 32%, 22%, 0%, 2% | HSV: 221°, 32%, 98%. Copy any format from the conversion table above.
What colors go well with #A9C2F9?
The complementary color is HSL(41, 87%, 82%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 87%, 82%) in CSS?
As HSL: color: hsl(221, 87%, 82%); — As HEX: color: #A9C2F9; — As RGB: color: rgb(169, 194, 249); — Tailwind CSS: bg-[hsl(221,87%,82%)] — CSS variable: --color-primary: hsl(221, 87%, 82%);