HSL(212, 80%, 91%)
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(212,80%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(212, 80%, 91%) | color: hsl(212, 80%, 91%) | |
| HEX | #D6E7FA | color: #D6E7FA | |
| RGB | rgb(214, 231, 250) | color: rgb(214, 231, 250) | |
| CMYK | cmyk(14%, 8%, 0%, 2%) | — | |
| HSV | hsv(212, 14%, 98%) | — | |
| HWB | hwb(212 84% 2%) | color: hwb(212 84% 2%) | |
| OKLCH | oklch(0.9211 0.0317 251.13) | color: oklch(0.9211 0.0317 251.13) | |
| Lab | lab(90.94 -1.88 -11.11) | color: lab(90.94 -1.88 -11.11) | |
| LCH | lch(90.94 11.27 260.4) | color: lch(90.94 11.27 260.4) |
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)
#DDDEF5 — rgb(221, 222, 245)
Deuteranopia (Green-blind)
#DCDBF4 — rgb(220, 219, 244)
Tritanopia (Blue-blind)
#D7F2F1 — rgb(215, 242, 241)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(212, 80%, 91%);
text
color: hsl(212, 80%, 91%);
border
border: 2px solid hsl(212, 80%, 91%);
gradient light
background: linear-gradient(to right, hsl(212, 80%, 100%), hsl(212, 80%, 91%));
gradient dark
background: linear-gradient(to right, hsl(212, 80%, 91%), hsl(212, 80%, 71%))
hex
background-color: #D6E7FA;
tailwind
bg-[hsl(212,80%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(212, 80%, 91%, 0.4);
css variable
--color-primary: hsl(212, 80%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(212, 80%, 91%)?
HEX: #D6E7FA | RGB: rgb(214, 231, 250) | CMYK: 14%, 8%, 0%, 2% | HSV: 212°, 14%, 98%. Copy any format from the conversion table above.
What colors go well with #D6E7FA?
The complementary color is HSL(32, 80%, 91%). For a triadic harmony, use hues 212°, 332°, and 92°. For analogous combinations, try hues 182° and 242°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(212, 80%, 91%) in CSS?
As HSL: color: hsl(212, 80%, 91%); — As HEX: color: #D6E7FA; — As RGB: color: rgb(214, 231, 250); — Tailwind CSS: bg-[hsl(212,80%,91%)] — CSS variable: --color-primary: hsl(212, 80%, 91%);