HSL(232, 48%, 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(232,48%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 48%, 90%) | color: hsl(232, 48%, 90%) | |
| HEX | #D9DDF2 | color: #D9DDF2 | |
| RGB | rgb(217, 221, 242) | color: rgb(217, 221, 242) | |
| CMYK | cmyk(10%, 9%, 0%, 5%) | — | |
| HSV | hsv(230, 10%, 95%) | — | |
| HWB | hwb(230 86% 5%) | color: hwb(230 86% 5%) | |
| OKLCH | oklch(0.9008 0.029 277.21) | color: oklch(0.9008 0.029 277.21) | |
| Lab | lab(88.39 2.65 -10.69) | color: lab(88.39 2.65 -10.69) | |
| LCH | lch(88.39 11.01 283.92) | color: lch(88.39 11.01 283.92) |
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)
#DBDBED — rgb(219, 219, 237)
Deuteranopia (Green-blind)
#DBDAEC — rgb(219, 218, 236)
Tritanopia (Blue-blind)
#D9E9E8 — rgb(217, 233, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 48%, 90%);
text
color: hsl(232, 48%, 90%);
border
border: 2px solid hsl(232, 48%, 90%);
gradient light
background: linear-gradient(to right, hsl(232, 48%, 100%), hsl(232, 48%, 90%));
gradient dark
background: linear-gradient(to right, hsl(232, 48%, 90%), hsl(232, 48%, 70%))
hex
background-color: #D9DDF2;
tailwind
bg-[hsl(232,48%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 48%, 90%, 0.4);
css variable
--color-primary: hsl(232, 48%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 48%, 90%)?
HEX: #D9DDF2 | RGB: rgb(217, 221, 242) | CMYK: 10%, 9%, 0%, 5% | HSV: 230°, 10%, 95%. Copy any format from the conversion table above.
What colors go well with #D9DDF2?
The complementary color is HSL(52, 48%, 90%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 48%, 90%) in CSS?
As HSL: color: hsl(232, 48%, 90%); — As HEX: color: #D9DDF2; — As RGB: color: rgb(217, 221, 242); — Tailwind CSS: bg-[hsl(232,48%,90%)] — CSS variable: --color-primary: hsl(232, 48%, 90%);