HSL(211, 92%, 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,92%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 92%, 86%) | color: hsl(211, 92%, 86%) | |
| HEX | #BADAFC | color: #BADAFC | |
| RGB | rgb(186, 218, 252) | color: rgb(186, 218, 252) | |
| CMYK | cmyk(26%, 13%, 0%, 1%) | — | |
| HSV | hsv(211, 26%, 99%) | — | |
| HWB | hwb(211 73% 1%) | color: hwb(211 73% 1%) | |
| OKLCH | oklch(0.8763 0.0583 250.07) | color: oklch(0.8763 0.0583 250.07) | |
| Lab | lab(85.81 -3.15 -20.04) | color: lab(85.81 -3.15 -20.04) | |
| LCH | lch(85.81 20.29 261.07) | color: lch(85.81 20.29 261.07) |
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)
#C8C8F4 — rgb(200, 200, 244)
Deuteranopia (Green-blind)
#C6C4F2 — rgb(198, 196, 242)
Tritanopia (Blue-blind)
#BCEDEC — rgb(188, 237, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 92%, 86%);
text
color: hsl(211, 92%, 86%);
border
border: 2px solid hsl(211, 92%, 86%);
gradient light
background: linear-gradient(to right, hsl(211, 92%, 100%), hsl(211, 92%, 86%));
gradient dark
background: linear-gradient(to right, hsl(211, 92%, 86%), hsl(211, 92%, 66%))
hex
background-color: #BADAFC;
tailwind
bg-[hsl(211,92%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 92%, 86%, 0.4);
css variable
--color-primary: hsl(211, 92%, 86%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 92%, 86%)?
HEX: #BADAFC | RGB: rgb(186, 218, 252) | CMYK: 26%, 13%, 0%, 1% | HSV: 211°, 26%, 99%. Copy any format from the conversion table above.
What colors go well with #BADAFC?
The complementary color is HSL(31, 92%, 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, 92%, 86%) in CSS?
As HSL: color: hsl(211, 92%, 86%); — As HEX: color: #BADAFC; — As RGB: color: rgb(186, 218, 252); — Tailwind CSS: bg-[hsl(211,92%,86%)] — CSS variable: --color-primary: hsl(211, 92%, 86%);