HSL(205, 85%, 90%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(205,85%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(205, 85%, 90%) | color: hsl(205, 85%, 90%) | |
| HEX | #D0E9FB | color: #D0E9FB | |
| RGB | rgb(208, 233, 251) | color: rgb(208, 233, 251) | |
| CMYK | cmyk(17%, 7%, 0%, 2%) | — | |
| HSV | hsv(205, 17%, 98%) | — | |
| HWB | hwb(205 81% 2%) | color: hwb(205 81% 2%) | |
| OKLCH | oklch(0.9212 0.0361 239.16) | color: oklch(0.9212 0.0361 239.16) | |
| Lab | lab(91.08 -4.56 -11.47) | color: lab(91.08 -4.56 -11.47) | |
| LCH | lch(91.08 12.34 248.32) | color: lch(91.08 12.34 248.32) |
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)
#DBDBF7 — rgb(219, 219, 247)
Deuteranopia (Green-blind)
#D9D8F6 — rgb(217, 216, 246)
Tritanopia (Blue-blind)
#D1F3F2 — rgb(209, 243, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(205, 85%, 90%);
text
color: hsl(205, 85%, 90%);
border
border: 2px solid hsl(205, 85%, 90%);
gradient light
background: linear-gradient(to right, hsl(205, 85%, 100%), hsl(205, 85%, 90%));
gradient dark
background: linear-gradient(to right, hsl(205, 85%, 90%), hsl(205, 85%, 70%))
hex
background-color: #D0E9FB;
tailwind
bg-[hsl(205,85%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(205, 85%, 90%, 0.4);
css variable
--color-primary: hsl(205, 85%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(205, 85%, 90%)?
HEX: #D0E9FB | RGB: rgb(208, 233, 251) | CMYK: 17%, 7%, 0%, 2% | HSV: 205°, 17%, 98%. Copy any format from the conversion table above.
What colors go well with #D0E9FB?
The complementary color is HSL(25, 85%, 90%). For a triadic harmony, use hues 205°, 325°, and 85°. For analogous combinations, try hues 175° and 235°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(205, 85%, 90%) in CSS?
As HSL: color: hsl(205, 85%, 90%); — As HEX: color: #D0E9FB; — As RGB: color: rgb(208, 233, 251); — Tailwind CSS: bg-[hsl(205,85%,90%)] — CSS variable: --color-primary: hsl(205, 85%, 90%);