HSL(241, 35%, 89%)
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(241,35%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 35%, 89%) | color: hsl(241, 35%, 89%) | |
| HEX | #D9D9ED | color: #D9D9ED | |
| RGB | rgb(217, 217, 237) | color: rgb(217, 217, 237) | |
| CMYK | cmyk(8%, 8%, 0%, 7%) | — | |
| HSV | hsv(240, 8%, 93%) | — | |
| HWB | hwb(240 86% 7%) | color: hwb(240 86% 7%) | |
| OKLCH | oklch(0.8914 0.0272 285.83) | color: oklch(0.8914 0.0272 285.83) | |
| Lab | lab(87.24 3.76 -9.76) | color: lab(87.24 3.76 -9.76) | |
| LCH | lch(87.24 10.46 291.07) | color: lch(87.24 10.46 291.07) |
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)
#D9D9E8 — rgb(217, 217, 232)
Deuteranopia (Green-blind)
#D9D9E7 — rgb(217, 217, 231)
Tritanopia (Blue-blind)
#D9E4E4 — rgb(217, 228, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 35%, 89%);
text
color: hsl(241, 35%, 89%);
border
border: 2px solid hsl(241, 35%, 89%);
gradient light
background: linear-gradient(to right, hsl(241, 35%, 100%), hsl(241, 35%, 89%));
gradient dark
background: linear-gradient(to right, hsl(241, 35%, 89%), hsl(241, 35%, 69%))
hex
background-color: #D9D9ED;
tailwind
bg-[hsl(241,35%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 35%, 89%, 0.4);
css variable
--color-primary: hsl(241, 35%, 89%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 35%, 89%)?
HEX: #D9D9ED | RGB: rgb(217, 217, 237) | CMYK: 8%, 8%, 0%, 7% | HSV: 240°, 8%, 93%. Copy any format from the conversion table above.
What colors go well with #D9D9ED?
The complementary color is HSL(61, 35%, 89%). 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, 35%, 89%) in CSS?
As HSL: color: hsl(241, 35%, 89%); — As HEX: color: #D9D9ED; — As RGB: color: rgb(217, 217, 237); — Tailwind CSS: bg-[hsl(241,35%,89%)] — CSS variable: --color-primary: hsl(241, 35%, 89%);