HSL(211, 84%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,84%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 84%, 81%) | color: hsl(211, 84%, 81%) | |
| HEX | #A6CDF7 | color: #A6CDF7 | |
| RGB | rgb(166, 205, 247) | color: rgb(166, 205, 247) | |
| CMYK | cmyk(33%, 17%, 0%, 3%) | — | |
| HSV | hsv(211, 33%, 97%) | — | |
| HWB | hwb(211 65% 3%) | color: hwb(211 65% 3%) | |
| OKLCH | oklch(0.8348 0.0724 250.59) | color: oklch(0.8348 0.0724 250.59) | |
| Lab | lab(81.01 -3.15 -24.79) | color: lab(81.01 -3.15 -24.79) | |
| LCH | lch(81.01 24.99 262.76) | color: lch(81.01 24.99 262.76) |
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)
#B7B7ED — rgb(183, 183, 237)
Deuteranopia (Green-blind)
#B5B2EA — rgb(181, 178, 234)
Tritanopia (Blue-blind)
#A8E5E3 — rgb(168, 229, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 84%, 81%);
text
color: hsl(211, 84%, 81%);
border
border: 2px solid hsl(211, 84%, 81%);
gradient light
background: linear-gradient(to right, hsl(211, 84%, 100%), hsl(211, 84%, 81%));
gradient dark
background: linear-gradient(to right, hsl(211, 84%, 81%), hsl(211, 84%, 61%))
hex
background-color: #A6CDF7;
tailwind
bg-[hsl(211,84%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 84%, 81%, 0.4);
css variable
--color-primary: hsl(211, 84%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 84%, 81%)?
HEX: #A6CDF7 | RGB: rgb(166, 205, 247) | CMYK: 33%, 17%, 0%, 3% | HSV: 211°, 33%, 97%. Copy any format from the conversion table above.
What colors go well with #A6CDF7?
The complementary color is HSL(31, 84%, 81%). 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, 84%, 81%) in CSS?
As HSL: color: hsl(211, 84%, 81%); — As HEX: color: #A6CDF7; — As RGB: color: rgb(166, 205, 247); — Tailwind CSS: bg-[hsl(211,84%,81%)] — CSS variable: --color-primary: hsl(211, 84%, 81%);