HSL(211, 100%, 87%)
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,100%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 100%, 87%) | color: hsl(211, 100%, 87%) | |
| HEX | #BDDDFF | color: #BDDDFF | |
| RGB | rgb(189, 221, 255) | color: rgb(189, 221, 255) | |
| CMYK | cmyk(26%, 13%, 0%, 0%) | — | |
| HSV | hsv(211, 26%, 100%) | — | |
| HWB | hwb(211 74% 0%) | color: hwb(211 74% 0%) | |
| OKLCH | oklch(0.8854 0.0581 250.06) | color: oklch(0.8854 0.0581 250.06) | |
| Lab | lab(86.87 -3.16 -19.99) | color: lab(86.87 -3.16 -19.99) | |
| LCH | lch(86.87 20.24 261.02) | color: lch(86.87 20.24 261.02) |
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)
#CBCBF7 — rgb(203, 203, 247)
Deuteranopia (Green-blind)
#C9C7F5 — rgb(201, 199, 245)
Tritanopia (Blue-blind)
#BFF0EF — rgb(191, 240, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 100%, 87%);
text
color: hsl(211, 100%, 87%);
border
border: 2px solid hsl(211, 100%, 87%);
gradient light
background: linear-gradient(to right, hsl(211, 100%, 100%), hsl(211, 100%, 87%));
gradient dark
background: linear-gradient(to right, hsl(211, 100%, 87%), hsl(211, 100%, 67%))
hex
background-color: #BDDDFF;
tailwind
bg-[hsl(211,100%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 100%, 87%, 0.4);
css variable
--color-primary: hsl(211, 100%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 100%, 87%)?
HEX: #BDDDFF | RGB: rgb(189, 221, 255) | CMYK: 26%, 13%, 0%, 0% | HSV: 211°, 26%, 100%. Copy any format from the conversion table above.
What colors go well with #BDDDFF?
The complementary color is HSL(31, 100%, 87%). 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, 100%, 87%) in CSS?
As HSL: color: hsl(211, 100%, 87%); — As HEX: color: #BDDDFF; — As RGB: color: rgb(189, 221, 255); — Tailwind CSS: bg-[hsl(211,100%,87%)] — CSS variable: --color-primary: hsl(211, 100%, 87%);