HSL(211, 96%, 86%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,96%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 96%, 86%) | color: hsl(211, 96%, 86%) | |
| HEX | #B9DAFE | color: #B9DAFE | |
| RGB | rgb(185, 218, 254) | color: rgb(185, 218, 254) | |
| CMYK | cmyk(27%, 14%, 0%, 0%) | — | |
| HSV | hsv(211, 27%, 100%) | — | |
| HWB | hwb(211 73% 0%) | color: hwb(211 73% 0%) | |
| OKLCH | oklch(0.8763 0.0611 250.77) | color: oklch(0.8763 0.0611 250.77) | |
| Lab | lab(85.81 -2.98 -21.1) | color: lab(85.81 -2.98 -21.1) | |
| LCH | lch(85.81 21.31 261.96) | color: lch(85.81 21.31 261.96) |
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)
#C7C8F5 — rgb(199, 200, 245)
Deuteranopia (Green-blind)
#C5C3F3 — rgb(197, 195, 243)
Tritanopia (Blue-blind)
#BBEEED — rgb(187, 238, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 96%, 86%);
text
color: hsl(211, 96%, 86%);
border
border: 2px solid hsl(211, 96%, 86%);
gradient light
background: linear-gradient(to right, hsl(211, 96%, 100%), hsl(211, 96%, 86%));
gradient dark
background: linear-gradient(to right, hsl(211, 96%, 86%), hsl(211, 96%, 66%))
hex
background-color: #B9DAFE;
tailwind
bg-[hsl(211,96%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 96%, 86%, 0.4);
css variable
--color-primary: hsl(211, 96%, 86%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 96%, 86%)?
HEX: #B9DAFE | RGB: rgb(185, 218, 254) | CMYK: 27%, 14%, 0%, 0% | HSV: 211°, 27%, 100%. Copy any format from the conversion table above.
What colors go well with #B9DAFE?
The complementary color is HSL(31, 96%, 86%). 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, 96%, 86%) in CSS?
As HSL: color: hsl(211, 96%, 86%); — As HEX: color: #B9DAFE; — As RGB: color: rgb(185, 218, 254); — Tailwind CSS: bg-[hsl(211,96%,86%)] — CSS variable: --color-primary: hsl(211, 96%, 86%);