HSL(218, 23%, 87%)
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%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(218, 23%, 87%) | color: hsl(218, 23%, 87%) | |
| HEX | #D6DCE5 | color: #D6DCE5 | |
| RGB | rgb(214, 220, 229) | color: rgb(214, 220, 229) | |
| CMYK | cmyk(7%, 4%, 0%, 10%) | — | |
| HSV | hsv(216, 7%, 90%) | — | |
| HWB | hwb(216 84% 10%) | color: hwb(216 84% 10%) | |
| OKLCH | oklch(0.8925 0.0139 258.35) | color: oklch(0.8925 0.0139 258.35) | |
| Lab | lab(87.55 -0.33 -5.1) | color: lab(87.55 -0.33 -5.1) | |
| LCH | lch(87.55 5.11 266.3) | color: lch(87.55 5.11 266.3) |
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)
#D9D9E3 — rgb(217, 217, 227)
Deuteranopia (Green-blind)
#D8D8E2 — rgb(216, 216, 226)
Tritanopia (Blue-blind)
#D6E1E1 — rgb(214, 225, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(218, 23%, 87%);
text
color: hsl(218, 23%, 87%);
border
border: 2px solid hsl(218, 23%, 87%);
gradient light
background: linear-gradient(to right, hsl(218, 23%, 100%), hsl(218, 23%, 87%));
gradient dark
background: linear-gradient(to right, hsl(218, 23%, 87%), hsl(218, 23%, 67%))
hex
background-color: #D6DCE5;
tailwind
bg-[hsl(218,23%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(218, 23%, 87%, 0.4);
css variable
--color-primary: hsl(218, 23%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(218, 23%, 87%)?
HEX: #D6DCE5 | RGB: rgb(214, 220, 229) | CMYK: 7%, 4%, 0%, 10% | HSV: 216°, 7%, 90%. Copy any format from the conversion table above.
What colors go well with #D6DCE5?
The complementary color is HSL(38, 23%, 87%). 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%, 87%) in CSS?
As HSL: color: hsl(218, 23%, 87%); — As HEX: color: #D6DCE5; — As RGB: color: rgb(214, 220, 229); — Tailwind CSS: bg-[hsl(218,23%,87%)] — CSS variable: --color-primary: hsl(218, 23%, 87%);