HSL(245, 24%, 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(245,24%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(245, 24%, 88%) | color: hsl(245, 24%, 88%) | |
| HEX | #DAD9E8 | color: #DAD9E8 | |
| RGB | rgb(218, 217, 232) | color: rgb(218, 217, 232) | |
| CMYK | cmyk(6%, 6%, 0%, 9%) | — | |
| HSV | hsv(244, 6%, 91%) | — | |
| HWB | hwb(244 86% 9%) | color: hwb(244 86% 9%) | |
| OKLCH | oklch(0.8906 0.0204 289.04) | color: oklch(0.8906 0.0204 289.04) | |
| Lab | lab(87.17 3.12 -7.21) | color: lab(87.17 3.12 -7.21) | |
| LCH | lch(87.17 7.86 293.4) | color: lch(87.17 7.86 293.4) |
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)
#DADAE4 — rgb(218, 218, 228)
Deuteranopia (Green-blind)
#DADAE4 — rgb(218, 218, 228)
Tritanopia (Blue-blind)
#DAE2E1 — rgb(218, 226, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(245, 24%, 88%);
text
color: hsl(245, 24%, 88%);
border
border: 2px solid hsl(245, 24%, 88%);
gradient light
background: linear-gradient(to right, hsl(245, 24%, 100%), hsl(245, 24%, 88%));
gradient dark
background: linear-gradient(to right, hsl(245, 24%, 88%), hsl(245, 24%, 68%))
hex
background-color: #DAD9E8;
tailwind
bg-[hsl(245,24%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(245, 24%, 88%, 0.4);
css variable
--color-primary: hsl(245, 24%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(245, 24%, 88%)?
HEX: #DAD9E8 | RGB: rgb(218, 217, 232) | CMYK: 6%, 6%, 0%, 9% | HSV: 244°, 6%, 91%. Copy any format from the conversion table above.
What colors go well with #DAD9E8?
The complementary color is HSL(65, 24%, 88%). For a triadic harmony, use hues 245°, 5°, and 125°. For analogous combinations, try hues 215° and 275°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(245, 24%, 88%) in CSS?
As HSL: color: hsl(245, 24%, 88%); — As HEX: color: #DAD9E8; — As RGB: color: rgb(218, 217, 232); — Tailwind CSS: bg-[hsl(245,24%,88%)] — CSS variable: --color-primary: hsl(245, 24%, 88%);