HSL(217, 80%, 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(217,80%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 80%, 86%) | color: hsl(217, 80%, 86%) | |
| HEX | #BFD5F8 | color: #BFD5F8 | |
| RGB | rgb(191, 213, 248) | color: rgb(191, 213, 248) | |
| CMYK | cmyk(23%, 14%, 0%, 3%) | — | |
| HSV | hsv(217, 23%, 97%) | — | |
| HWB | hwb(217 75% 3%) | color: hwb(217 75% 3%) | |
| OKLCH | oklch(0.868 0.0542 259.66) | color: oklch(0.868 0.0542 259.66) | |
| Lab | lab(84.71 0.05 -19.56) | color: lab(84.71 0.05 -19.56) | |
| LCH | lch(84.71 19.56 270.15) | color: lch(84.71 19.56 270.15) |
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)
#C9C9F0 — rgb(201, 201, 240)
Deuteranopia (Green-blind)
#C7C6EE — rgb(199, 198, 238)
Tritanopia (Blue-blind)
#C0E9E7 — rgb(192, 233, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 80%, 86%);
text
color: hsl(217, 80%, 86%);
border
border: 2px solid hsl(217, 80%, 86%);
gradient light
background: linear-gradient(to right, hsl(217, 80%, 100%), hsl(217, 80%, 86%));
gradient dark
background: linear-gradient(to right, hsl(217, 80%, 86%), hsl(217, 80%, 66%))
hex
background-color: #BFD5F8;
tailwind
bg-[hsl(217,80%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 80%, 86%, 0.4);
css variable
--color-primary: hsl(217, 80%, 86%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 80%, 86%)?
HEX: #BFD5F8 | RGB: rgb(191, 213, 248) | CMYK: 23%, 14%, 0%, 3% | HSV: 217°, 23%, 97%. Copy any format from the conversion table above.
What colors go well with #BFD5F8?
The complementary color is HSL(37, 80%, 86%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(217, 80%, 86%) in CSS?
As HSL: color: hsl(217, 80%, 86%); — As HEX: color: #BFD5F8; — As RGB: color: rgb(191, 213, 248); — Tailwind CSS: bg-[hsl(217,80%,86%)] — CSS variable: --color-primary: hsl(217, 80%, 86%);