HSL(239, 72%, 90%)
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(239,72%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(239, 72%, 90%) | color: hsl(239, 72%, 90%) | |
| HEX | #D3D4F8 | color: #D3D4F8 | |
| RGB | rgb(211, 212, 248) | color: rgb(211, 212, 248) | |
| CMYK | cmyk(15%, 15%, 0%, 3%) | — | |
| HSV | hsv(238, 15%, 97%) | — | |
| HWB | hwb(238 82% 3%) | color: hwb(238 82% 3%) | |
| OKLCH | oklch(0.8806 0.0494 284.08) | color: oklch(0.8806 0.0494 284.08) | |
| Lab | lab(85.86 6.69 -17.68) | color: lab(85.86 6.69 -17.68) | |
| LCH | lch(85.86 18.9 290.73) | color: lch(85.86 18.9 290.73) |
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)
#D3D3EF — rgb(211, 211, 239)
Deuteranopia (Green-blind)
#D3D3ED — rgb(211, 211, 237)
Tritanopia (Blue-blind)
#D3E8E7 — rgb(211, 232, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(239, 72%, 90%);
text
color: hsl(239, 72%, 90%);
border
border: 2px solid hsl(239, 72%, 90%);
gradient light
background: linear-gradient(to right, hsl(239, 72%, 100%), hsl(239, 72%, 90%));
gradient dark
background: linear-gradient(to right, hsl(239, 72%, 90%), hsl(239, 72%, 70%))
hex
background-color: #D3D4F8;
tailwind
bg-[hsl(239,72%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(239, 72%, 90%, 0.4);
css variable
--color-primary: hsl(239, 72%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(239, 72%, 90%)?
HEX: #D3D4F8 | RGB: rgb(211, 212, 248) | CMYK: 15%, 15%, 0%, 3% | HSV: 238°, 15%, 97%. Copy any format from the conversion table above.
What colors go well with #D3D4F8?
The complementary color is HSL(59, 72%, 90%). For a triadic harmony, use hues 239°, 359°, and 119°. For analogous combinations, try hues 209° and 269°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(239, 72%, 90%) in CSS?
As HSL: color: hsl(239, 72%, 90%); — As HEX: color: #D3D4F8; — As RGB: color: rgb(211, 212, 248); — Tailwind CSS: bg-[hsl(239,72%,90%)] — CSS variable: --color-primary: hsl(239, 72%, 90%);