HSL(200, 10%, 88%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(200,10%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 10%, 88%) | color: hsl(200, 10%, 88%) | |
| HEX | #DDE1E3 | color: #DDE1E3 | |
| RGB | rgb(221, 225, 227) | color: rgb(221, 225, 227) | |
| CMYK | cmyk(3%, 1%, 0%, 11%) | — | |
| HSV | hsv(200, 3%, 89%) | — | |
| HWB | hwb(200 86% 11%) | color: hwb(200 86% 11%) | |
| OKLCH | oklch(0.9072 0.0051 228.82) | color: oklch(0.9072 0.0051 228.82) | |
| Lab | lab(89.28 -0.98 -1.45) | color: lab(89.28 -0.98 -1.45) | |
| LCH | lch(89.28 1.75 235.95) | color: lch(89.28 1.75 235.95) |
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)
#DFDFE3 — rgb(223, 223, 227)
Deuteranopia (Green-blind)
#DFDEE2 — rgb(223, 222, 226)
Tritanopia (Blue-blind)
#DDE2E2 — rgb(221, 226, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 10%, 88%);
text
color: hsl(200, 10%, 88%);
border
border: 2px solid hsl(200, 10%, 88%);
gradient light
background: linear-gradient(to right, hsl(200, 10%, 100%), hsl(200, 10%, 88%));
gradient dark
background: linear-gradient(to right, hsl(200, 10%, 88%), hsl(200, 10%, 68%))
hex
background-color: #DDE1E3;
tailwind
bg-[hsl(200,10%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 10%, 88%, 0.4);
css variable
--color-primary: hsl(200, 10%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(200, 10%, 88%)?
HEX: #DDE1E3 | RGB: rgb(221, 225, 227) | CMYK: 3%, 1%, 0%, 11% | HSV: 200°, 3%, 89%. Copy any format from the conversion table above.
What colors go well with #DDE1E3?
The complementary color is HSL(20, 10%, 88%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(200, 10%, 88%) in CSS?
As HSL: color: hsl(200, 10%, 88%); — As HEX: color: #DDE1E3; — As RGB: color: rgb(221, 225, 227); — Tailwind CSS: bg-[hsl(200,10%,88%)] — CSS variable: --color-primary: hsl(200, 10%, 88%);