HSL(215, 16%, 87%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(215,16%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(215, 16%, 87%) | color: hsl(215, 16%, 87%) | |
| HEX | #D9DDE3 | color: #D9DDE3 | |
| RGB | rgb(217, 221, 227) | color: rgb(217, 221, 227) | |
| CMYK | cmyk(4%, 3%, 0%, 11%) | — | |
| HSV | hsv(216, 4%, 89%) | — | |
| HWB | hwb(216 85% 11%) | color: hwb(216 85% 11%) | |
| OKLCH | oklch(0.8962 0.0093 258.34) | color: oklch(0.8962 0.0093 258.34) | |
| Lab | lab(87.97 -0.24 -3.4) | color: lab(87.97 -0.24 -3.4) | |
| LCH | lch(87.97 3.41 265.96) | color: lch(87.97 3.41 265.96) |
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)
#DBDBE2 — rgb(219, 219, 226)
Deuteranopia (Green-blind)
#DBDAE1 — rgb(219, 218, 225)
Tritanopia (Blue-blind)
#D9E0E0 — rgb(217, 224, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(215, 16%, 87%);
text
color: hsl(215, 16%, 87%);
border
border: 2px solid hsl(215, 16%, 87%);
gradient light
background: linear-gradient(to right, hsl(215, 16%, 100%), hsl(215, 16%, 87%));
gradient dark
background: linear-gradient(to right, hsl(215, 16%, 87%), hsl(215, 16%, 67%))
hex
background-color: #D9DDE3;
tailwind
bg-[hsl(215,16%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(215, 16%, 87%, 0.4);
css variable
--color-primary: hsl(215, 16%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(215, 16%, 87%)?
HEX: #D9DDE3 | RGB: rgb(217, 221, 227) | CMYK: 4%, 3%, 0%, 11% | HSV: 216°, 4%, 89%. Copy any format from the conversion table above.
What colors go well with #D9DDE3?
The complementary color is HSL(35, 16%, 87%). For a triadic harmony, use hues 215°, 335°, and 95°. For analogous combinations, try hues 185° and 245°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(215, 16%, 87%) in CSS?
As HSL: color: hsl(215, 16%, 87%); — As HEX: color: #D9DDE3; — As RGB: color: rgb(217, 221, 227); — Tailwind CSS: bg-[hsl(215,16%,87%)] — CSS variable: --color-primary: hsl(215, 16%, 87%);