HSL(233, 20%, 88%)
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(233,20%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 20%, 88%) | color: hsl(233, 20%, 88%) | |
| HEX | #DADCE7 | color: #DADCE7 | |
| RGB | rgb(218, 220, 231) | color: rgb(218, 220, 231) | |
| CMYK | cmyk(6%, 5%, 0%, 9%) | — | |
| HSV | hsv(231, 6%, 91%) | — | |
| HWB | hwb(231 86% 9%) | color: hwb(231 86% 9%) | |
| OKLCH | oklch(0.8962 0.0151 277.83) | color: oklch(0.8962 0.0151 277.83) | |
| Lab | lab(87.9 1.36 -5.61) | color: lab(87.9 1.36 -5.61) | |
| LCH | lch(87.9 5.77 283.63) | color: lch(87.9 5.77 283.63) |
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)
#DBDBE4 — rgb(219, 219, 228)
Deuteranopia (Green-blind)
#DBDBE4 — rgb(219, 219, 228)
Tritanopia (Blue-blind)
#DAE2E2 — rgb(218, 226, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 20%, 88%);
text
color: hsl(233, 20%, 88%);
border
border: 2px solid hsl(233, 20%, 88%);
gradient light
background: linear-gradient(to right, hsl(233, 20%, 100%), hsl(233, 20%, 88%));
gradient dark
background: linear-gradient(to right, hsl(233, 20%, 88%), hsl(233, 20%, 68%))
hex
background-color: #DADCE7;
tailwind
bg-[hsl(233,20%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 20%, 88%, 0.4);
css variable
--color-primary: hsl(233, 20%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 20%, 88%)?
HEX: #DADCE7 | RGB: rgb(218, 220, 231) | CMYK: 6%, 5%, 0%, 9% | HSV: 231°, 6%, 91%. Copy any format from the conversion table above.
What colors go well with #DADCE7?
The complementary color is HSL(53, 20%, 88%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 20%, 88%) in CSS?
As HSL: color: hsl(233, 20%, 88%); — As HEX: color: #DADCE7; — As RGB: color: rgb(218, 220, 231); — Tailwind CSS: bg-[hsl(233,20%,88%)] — CSS variable: --color-primary: hsl(233, 20%, 88%);