HSL(219, 20%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(219,20%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 20%, 85%) | color: hsl(219, 20%, 85%) | |
| HEX | #D1D6E0 | color: #D1D6E0 | |
| RGB | rgb(209, 214, 224) | color: rgb(209, 214, 224) | |
| CMYK | cmyk(7%, 4%, 0%, 12%) | — | |
| HSV | hsv(220, 7%, 88%) | — | |
| HWB | hwb(220 82% 12%) | color: hwb(220 82% 12%) | |
| OKLCH | oklch(0.8752 0.0148 264.49) | color: oklch(0.8752 0.0148 264.49) | |
| Lab | lab(85.52 0.19 -5.5) | color: lab(85.52 0.19 -5.5) | |
| LCH | lch(85.52 5.5 271.98) | color: lch(85.52 5.5 271.98) |
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)
#D3D3DE — rgb(211, 211, 222)
Deuteranopia (Green-blind)
#D3D3DD — rgb(211, 211, 221)
Tritanopia (Blue-blind)
#D1DCDB — rgb(209, 220, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 20%, 85%);
text
color: hsl(219, 20%, 85%);
border
border: 2px solid hsl(219, 20%, 85%);
gradient light
background: linear-gradient(to right, hsl(219, 20%, 100%), hsl(219, 20%, 85%));
gradient dark
background: linear-gradient(to right, hsl(219, 20%, 85%), hsl(219, 20%, 65%))
hex
background-color: #D1D6E0;
tailwind
bg-[hsl(219,20%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 20%, 85%, 0.4);
css variable
--color-primary: hsl(219, 20%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 20%, 85%)?
HEX: #D1D6E0 | RGB: rgb(209, 214, 224) | CMYK: 7%, 4%, 0%, 12% | HSV: 220°, 7%, 88%. Copy any format from the conversion table above.
What colors go well with #D1D6E0?
The complementary color is HSL(39, 20%, 85%). For a triadic harmony, use hues 219°, 339°, and 99°. For analogous combinations, try hues 189° and 249°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(219, 20%, 85%) in CSS?
As HSL: color: hsl(219, 20%, 85%); — As HEX: color: #D1D6E0; — As RGB: color: rgb(209, 214, 224); — Tailwind CSS: bg-[hsl(219,20%,85%)] — CSS variable: --color-primary: hsl(219, 20%, 85%);