HSL(225, 20%, 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(225,20%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(225, 20%, 86%) | color: hsl(225, 20%, 86%) | |
| HEX | #D4D8E2 | color: #D4D8E2 | |
| RGB | rgb(212, 216, 226) | color: rgb(212, 216, 226) | |
| CMYK | cmyk(6%, 4%, 0%, 11%) | — | |
| HSV | hsv(223, 6%, 89%) | — | |
| HWB | hwb(223 84% 11%) | color: hwb(223 84% 11%) | |
| OKLCH | oklch(0.8821 0.0144 268.48) | color: oklch(0.8821 0.0144 268.48) | |
| Lab | lab(86.31 0.52 -5.37) | color: lab(86.31 0.52 -5.37) | |
| LCH | lch(86.31 5.4 275.53) | color: lch(86.31 5.4 275.53) |
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)
#D6D6E0 — rgb(214, 214, 224)
Deuteranopia (Green-blind)
#D6D5DF — rgb(214, 213, 223)
Tritanopia (Blue-blind)
#D4DEDD — rgb(212, 222, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(225, 20%, 86%);
text
color: hsl(225, 20%, 86%);
border
border: 2px solid hsl(225, 20%, 86%);
gradient light
background: linear-gradient(to right, hsl(225, 20%, 100%), hsl(225, 20%, 86%));
gradient dark
background: linear-gradient(to right, hsl(225, 20%, 86%), hsl(225, 20%, 66%))
hex
background-color: #D4D8E2;
tailwind
bg-[hsl(225,20%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(225, 20%, 86%, 0.4);
css variable
--color-primary: hsl(225, 20%, 86%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(225, 20%, 86%)?
HEX: #D4D8E2 | RGB: rgb(212, 216, 226) | CMYK: 6%, 4%, 0%, 11% | HSV: 223°, 6%, 89%. Copy any format from the conversion table above.
What colors go well with #D4D8E2?
The complementary color is HSL(45, 20%, 86%). 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, 20%, 86%) in CSS?
As HSL: color: hsl(225, 20%, 86%); — As HEX: color: #D4D8E2; — As RGB: color: rgb(212, 216, 226); — Tailwind CSS: bg-[hsl(225,20%,86%)] — CSS variable: --color-primary: hsl(225, 20%, 86%);