HSL(200, 22%, 88%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(200,22%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 22%, 88%) | color: hsl(200, 22%, 88%) | |
| HEX | #DAE3E7 | color: #DAE3E7 | |
| RGB | rgb(218, 227, 231) | color: rgb(218, 227, 231) | |
| CMYK | cmyk(6%, 2%, 0%, 9%) | — | |
| HSV | hsv(198, 6%, 91%) | — | |
| HWB | hwb(198 86% 9%) | color: hwb(198 86% 9%) | |
| OKLCH | oklch(0.9102 0.0111 225.99) | color: oklch(0.9102 0.0111 225.99) | |
| Lab | lab(89.68 -2.26 -2.99) | color: lab(89.68 -2.26 -2.99) | |
| LCH | lch(89.68 3.75 232.92) | color: lch(89.68 3.75 232.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)
#DEDEE6 — rgb(222, 222, 230)
Deuteranopia (Green-blind)
#DDDDE6 — rgb(221, 221, 230)
Tritanopia (Blue-blind)
#DAE5E5 — rgb(218, 229, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 22%, 88%);
text
color: hsl(200, 22%, 88%);
border
border: 2px solid hsl(200, 22%, 88%);
gradient light
background: linear-gradient(to right, hsl(200, 22%, 100%), hsl(200, 22%, 88%));
gradient dark
background: linear-gradient(to right, hsl(200, 22%, 88%), hsl(200, 22%, 68%))
hex
background-color: #DAE3E7;
tailwind
bg-[hsl(200,22%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 22%, 88%, 0.4);
css variable
--color-primary: hsl(200, 22%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(200, 22%, 88%)?
HEX: #DAE3E7 | RGB: rgb(218, 227, 231) | CMYK: 6%, 2%, 0%, 9% | HSV: 198°, 6%, 91%. Copy any format from the conversion table above.
What colors go well with #DAE3E7?
The complementary color is HSL(20, 22%, 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, 22%, 88%) in CSS?
As HSL: color: hsl(200, 22%, 88%); — As HEX: color: #DAE3E7; — As RGB: color: rgb(218, 227, 231); — Tailwind CSS: bg-[hsl(200,22%,88%)] — CSS variable: --color-primary: hsl(200, 22%, 88%);