HSL(225, 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(225,80%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(225, 80%, 91%) | color: hsl(225, 80%, 91%) | |
| HEX | #D6DFFA | color: #D6DFFA | |
| RGB | rgb(214, 223, 250) | color: rgb(214, 223, 250) | |
| CMYK | cmyk(14%, 11%, 0%, 2%) | — | |
| HSV | hsv(225, 14%, 98%) | — | |
| HWB | hwb(225 84% 2%) | color: hwb(225 84% 2%) | |
| OKLCH | oklch(0.9052 0.0382 270.97) | color: oklch(0.9052 0.0382 270.97) | |
| Lab | lab(88.91 2.27 -14.14) | color: lab(88.91 2.27 -14.14) | |
| LCH | lch(88.91 14.32 279.12) | color: lch(88.91 14.32 279.12) |
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)
#DADAF3 — rgb(218, 218, 243)
Deuteranopia (Green-blind)
#D9D9F2 — rgb(217, 217, 242)
Tritanopia (Blue-blind)
#D6EEED — rgb(214, 238, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(225, 80%, 91%);
text
color: hsl(225, 80%, 91%);
border
border: 2px solid hsl(225, 80%, 91%);
gradient light
background: linear-gradient(to right, hsl(225, 80%, 100%), hsl(225, 80%, 91%));
gradient dark
background: linear-gradient(to right, hsl(225, 80%, 91%), hsl(225, 80%, 71%))
hex
background-color: #D6DFFA;
tailwind
bg-[hsl(225,80%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(225, 80%, 91%, 0.4);
css variable
--color-primary: hsl(225, 80%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(225, 80%, 91%)?
HEX: #D6DFFA | RGB: rgb(214, 223, 250) | CMYK: 14%, 11%, 0%, 2% | HSV: 225°, 14%, 98%. Copy any format from the conversion table above.
What colors go well with #D6DFFA?
The complementary color is HSL(45, 80%, 91%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(225, 80%, 91%) in CSS?
As HSL: color: hsl(225, 80%, 91%); — As HEX: color: #D6DFFA; — As RGB: color: rgb(214, 223, 250); — Tailwind CSS: bg-[hsl(225,80%,91%)] — CSS variable: --color-primary: hsl(225, 80%, 91%);