HSL(241, 19%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(241,19%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 19%, 85%) | color: hsl(241, 19%, 85%) | |
| HEX | #D2D1E0 | color: #D2D1E0 | |
| RGB | rgb(210, 209, 224) | color: rgb(210, 209, 224) | |
| CMYK | cmyk(6%, 7%, 0%, 12%) | — | |
| HSV | hsv(244, 7%, 88%) | — | |
| HWB | hwb(244 82% 12%) | color: hwb(244 82% 12%) | |
| OKLCH | oklch(0.866 0.0206 289.03) | color: oklch(0.866 0.0206 289.03) | |
| Lab | lab(84.32 3.14 -7.26) | color: lab(84.32 3.14 -7.26) | |
| LCH | lch(84.32 7.91 293.39) | color: lch(84.32 7.91 293.39) |
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)
#D2D2DC — rgb(210, 210, 220)
Deuteranopia (Green-blind)
#D2D2DC — rgb(210, 210, 220)
Tritanopia (Blue-blind)
#D2DAD9 — rgb(210, 218, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 19%, 85%);
text
color: hsl(241, 19%, 85%);
border
border: 2px solid hsl(241, 19%, 85%);
gradient light
background: linear-gradient(to right, hsl(241, 19%, 100%), hsl(241, 19%, 85%));
gradient dark
background: linear-gradient(to right, hsl(241, 19%, 85%), hsl(241, 19%, 65%))
hex
background-color: #D2D1E0;
tailwind
bg-[hsl(241,19%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 19%, 85%, 0.4);
css variable
--color-primary: hsl(241, 19%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 19%, 85%)?
HEX: #D2D1E0 | RGB: rgb(210, 209, 224) | CMYK: 6%, 7%, 0%, 12% | HSV: 244°, 7%, 88%. Copy any format from the conversion table above.
What colors go well with #D2D1E0?
The complementary color is HSL(61, 19%, 85%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(241, 19%, 85%) in CSS?
As HSL: color: hsl(241, 19%, 85%); — As HEX: color: #D2D1E0; — As RGB: color: rgb(210, 209, 224); — Tailwind CSS: bg-[hsl(241,19%,85%)] — CSS variable: --color-primary: hsl(241, 19%, 85%);