HSL(232, 69%, 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(232,69%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 69%, 89%) | color: hsl(232, 69%, 89%) | |
| HEX | #D0D5F6 | color: #D0D5F6 | |
| RGB | rgb(208, 213, 246) | color: rgb(208, 213, 246) | |
| CMYK | cmyk(15%, 13%, 0%, 4%) | — | |
| HSV | hsv(232, 15%, 96%) | — | |
| HWB | hwb(232 82% 4%) | color: hwb(232 82% 4%) | |
| OKLCH | oklch(0.8796 0.0458 278.61) | color: oklch(0.8796 0.0458 278.61) | |
| Lab | lab(85.83 4.81 -16.69) | color: lab(85.83 4.81 -16.69) | |
| LCH | lch(85.83 17.37 286.08) | color: lch(85.83 17.37 286.08) |
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)
#D2D2EE — rgb(210, 210, 238)
Deuteranopia (Green-blind)
#D2D2EC — rgb(210, 210, 236)
Tritanopia (Blue-blind)
#D0E8E6 — rgb(208, 232, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 69%, 89%);
text
color: hsl(232, 69%, 89%);
border
border: 2px solid hsl(232, 69%, 89%);
gradient light
background: linear-gradient(to right, hsl(232, 69%, 100%), hsl(232, 69%, 89%));
gradient dark
background: linear-gradient(to right, hsl(232, 69%, 89%), hsl(232, 69%, 69%))
hex
background-color: #D0D5F6;
tailwind
bg-[hsl(232,69%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 69%, 89%, 0.4);
css variable
--color-primary: hsl(232, 69%, 89%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 69%, 89%)?
HEX: #D0D5F6 | RGB: rgb(208, 213, 246) | CMYK: 15%, 13%, 0%, 4% | HSV: 232°, 15%, 96%. Copy any format from the conversion table above.
What colors go well with #D0D5F6?
The complementary color is HSL(52, 69%, 89%). 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, 69%, 89%) in CSS?
As HSL: color: hsl(232, 69%, 89%); — As HEX: color: #D0D5F6; — As RGB: color: rgb(208, 213, 246); — Tailwind CSS: bg-[hsl(232,69%,89%)] — CSS variable: --color-primary: hsl(232, 69%, 89%);