HSL(218, 23%, 88%)
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(218,23%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(218, 23%, 88%) | color: hsl(218, 23%, 88%) | |
| HEX | #D9DFE7 | color: #D9DFE7 | |
| RGB | rgb(217, 223, 231) | color: rgb(217, 223, 231) | |
| CMYK | cmyk(6%, 3%, 0%, 9%) | — | |
| HSV | hsv(214, 6%, 91%) | — | |
| HWB | hwb(214 86% 9%) | color: hwb(214 86% 9%) | |
| OKLCH | oklch(0.9014 0.0127 255.51) | color: oklch(0.9014 0.0127 255.51) | |
| Lab | lab(88.59 -0.52 -4.6) | color: lab(88.59 -0.52 -4.6) | |
| LCH | lch(88.59 4.63 263.55) | color: lch(88.59 4.63 263.55) |
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)
#DCDCE5 — rgb(220, 220, 229)
Deuteranopia (Green-blind)
#DBDBE5 — rgb(219, 219, 229)
Tritanopia (Blue-blind)
#D9E4E3 — rgb(217, 228, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(218, 23%, 88%);
text
color: hsl(218, 23%, 88%);
border
border: 2px solid hsl(218, 23%, 88%);
gradient light
background: linear-gradient(to right, hsl(218, 23%, 100%), hsl(218, 23%, 88%));
gradient dark
background: linear-gradient(to right, hsl(218, 23%, 88%), hsl(218, 23%, 68%))
hex
background-color: #D9DFE7;
tailwind
bg-[hsl(218,23%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(218, 23%, 88%, 0.4);
css variable
--color-primary: hsl(218, 23%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(218, 23%, 88%)?
HEX: #D9DFE7 | RGB: rgb(217, 223, 231) | CMYK: 6%, 3%, 0%, 9% | HSV: 214°, 6%, 91%. Copy any format from the conversion table above.
What colors go well with #D9DFE7?
The complementary color is HSL(38, 23%, 88%). For a triadic harmony, use hues 218°, 338°, and 98°. For analogous combinations, try hues 188° and 248°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(218, 23%, 88%) in CSS?
As HSL: color: hsl(218, 23%, 88%); — As HEX: color: #D9DFE7; — As RGB: color: rgb(217, 223, 231); — Tailwind CSS: bg-[hsl(218,23%,88%)] — CSS variable: --color-primary: hsl(218, 23%, 88%);