HSL(222, 65%, 89%)
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(222,65%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 65%, 89%) | color: hsl(222, 65%, 89%) | |
| HEX | #D1DCF5 | color: #D1DCF5 | |
| RGB | rgb(209, 220, 245) | color: rgb(209, 220, 245) | |
| CMYK | cmyk(15%, 10%, 0%, 4%) | — | |
| HSV | hsv(222, 15%, 96%) | — | |
| HWB | hwb(222 82% 4%) | color: hwb(222 82% 4%) | |
| OKLCH | oklch(0.8939 0.0364 266.69) | color: oklch(0.8939 0.0364 266.69) | |
| Lab | lab(87.65 1.24 -13.43) | color: lab(87.65 1.24 -13.43) | |
| LCH | lch(87.65 13.49 275.28) | color: lch(87.65 13.49 275.28) |
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)
#D6D6EF — rgb(214, 214, 239)
Deuteranopia (Green-blind)
#D5D4EE — rgb(213, 212, 238)
Tritanopia (Blue-blind)
#D2EAE9 — rgb(210, 234, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 65%, 89%);
text
color: hsl(222, 65%, 89%);
border
border: 2px solid hsl(222, 65%, 89%);
gradient light
background: linear-gradient(to right, hsl(222, 65%, 100%), hsl(222, 65%, 89%));
gradient dark
background: linear-gradient(to right, hsl(222, 65%, 89%), hsl(222, 65%, 69%))
hex
background-color: #D1DCF5;
tailwind
bg-[hsl(222,65%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 65%, 89%, 0.4);
css variable
--color-primary: hsl(222, 65%, 89%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(222, 65%, 89%)?
HEX: #D1DCF5 | RGB: rgb(209, 220, 245) | CMYK: 15%, 10%, 0%, 4% | HSV: 222°, 15%, 96%. Copy any format from the conversion table above.
What colors go well with #D1DCF5?
The complementary color is HSL(42, 65%, 89%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(222, 65%, 89%) in CSS?
As HSL: color: hsl(222, 65%, 89%); — As HEX: color: #D1DCF5; — As RGB: color: rgb(209, 220, 245); — Tailwind CSS: bg-[hsl(222,65%,89%)] — CSS variable: --color-primary: hsl(222, 65%, 89%);