HSL(232, 60%, 91%)
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,60%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 60%, 91%) | color: hsl(232, 60%, 91%) | |
| HEX | #DADEF6 | color: #DADEF6 | |
| RGB | rgb(218, 222, 246) | color: rgb(218, 222, 246) | |
| CMYK | cmyk(11%, 10%, 0%, 4%) | — | |
| HSV | hsv(231, 11%, 96%) | — | |
| HWB | hwb(231 85% 4%) | color: hwb(231 85% 4%) | |
| OKLCH | oklch(0.9049 0.033 278.2) | color: oklch(0.9049 0.033 278.2) | |
| Lab | lab(88.83 3.24 -12.13) | color: lab(88.83 3.24 -12.13) | |
| LCH | lch(88.83 12.56 284.95) | color: lch(88.83 12.56 284.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)
#DCDCF0 — rgb(220, 220, 240)
Deuteranopia (Green-blind)
#DCDBEF — rgb(220, 219, 239)
Tritanopia (Blue-blind)
#DAECEB — rgb(218, 236, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 60%, 91%);
text
color: hsl(232, 60%, 91%);
border
border: 2px solid hsl(232, 60%, 91%);
gradient light
background: linear-gradient(to right, hsl(232, 60%, 100%), hsl(232, 60%, 91%));
gradient dark
background: linear-gradient(to right, hsl(232, 60%, 91%), hsl(232, 60%, 71%))
hex
background-color: #DADEF6;
tailwind
bg-[hsl(232,60%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 60%, 91%, 0.4);
css variable
--color-primary: hsl(232, 60%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 60%, 91%)?
HEX: #DADEF6 | RGB: rgb(218, 222, 246) | CMYK: 11%, 10%, 0%, 4% | HSV: 231°, 11%, 96%. Copy any format from the conversion table above.
What colors go well with #DADEF6?
The complementary color is HSL(52, 60%, 91%). 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, 60%, 91%) in CSS?
As HSL: color: hsl(232, 60%, 91%); — As HEX: color: #DADEF6; — As RGB: color: rgb(218, 222, 246); — Tailwind CSS: bg-[hsl(232,60%,91%)] — CSS variable: --color-primary: hsl(232, 60%, 91%);