HSL(233, 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(233,60%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 60%, 91%) | color: hsl(233, 60%, 91%) | |
| HEX | #DADDF6 | color: #DADDF6 | |
| RGB | rgb(218, 221, 246) | color: rgb(218, 221, 246) | |
| CMYK | cmyk(11%, 10%, 0%, 4%) | — | |
| HSV | hsv(234, 11%, 96%) | — | |
| HWB | hwb(234 85% 4%) | color: hwb(234 85% 4%) | |
| OKLCH | oklch(0.9029 0.0342 280.25) | color: oklch(0.9029 0.0342 280.25) | |
| Lab | lab(88.58 3.76 -12.5) | color: lab(88.58 3.76 -12.5) | |
| LCH | lch(88.58 13.05 286.74) | color: lch(88.58 13.05 286.74) |
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)
#DBDBF0 — rgb(219, 219, 240)
Deuteranopia (Green-blind)
#DBDBEF — rgb(219, 219, 239)
Tritanopia (Blue-blind)
#DAEBEA — rgb(218, 235, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 60%, 91%);
text
color: hsl(233, 60%, 91%);
border
border: 2px solid hsl(233, 60%, 91%);
gradient light
background: linear-gradient(to right, hsl(233, 60%, 100%), hsl(233, 60%, 91%));
gradient dark
background: linear-gradient(to right, hsl(233, 60%, 91%), hsl(233, 60%, 71%))
hex
background-color: #DADDF6;
tailwind
bg-[hsl(233,60%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 60%, 91%, 0.4);
css variable
--color-primary: hsl(233, 60%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 60%, 91%)?
HEX: #DADDF6 | RGB: rgb(218, 221, 246) | CMYK: 11%, 10%, 0%, 4% | HSV: 234°, 11%, 96%. Copy any format from the conversion table above.
What colors go well with #DADDF6?
The complementary color is HSL(53, 60%, 91%). 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, 60%, 91%) in CSS?
As HSL: color: hsl(233, 60%, 91%); — As HEX: color: #DADDF6; — As RGB: color: rgb(218, 221, 246); — Tailwind CSS: bg-[hsl(233,60%,91%)] — CSS variable: --color-primary: hsl(233, 60%, 91%);