HSL(203, 64%, 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(203,64%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(203, 64%, 90%) | color: hsl(203, 64%, 90%) | |
| HEX | #D5E9F6 | color: #D5E9F6 | |
| RGB | rgb(213, 233, 246) | color: rgb(213, 233, 246) | |
| CMYK | cmyk(13%, 5%, 0%, 4%) | — | |
| HSV | hsv(204, 13%, 96%) | — | |
| HWB | hwb(204 84% 4%) | color: hwb(204 84% 4%) | |
| OKLCH | oklch(0.9231 0.0277 236.18) | color: oklch(0.9231 0.0277 236.18) | |
| Lab | lab(91.27 -4.03 -8.53) | color: lab(91.27 -4.03 -8.53) | |
| LCH | lch(91.27 9.43 244.71) | color: lch(91.27 9.43 244.71) |
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)
#DEDEF3 — rgb(222, 222, 243)
Deuteranopia (Green-blind)
#DDDBF2 — rgb(221, 219, 242)
Tritanopia (Blue-blind)
#D6F0F0 — rgb(214, 240, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(203, 64%, 90%);
text
color: hsl(203, 64%, 90%);
border
border: 2px solid hsl(203, 64%, 90%);
gradient light
background: linear-gradient(to right, hsl(203, 64%, 100%), hsl(203, 64%, 90%));
gradient dark
background: linear-gradient(to right, hsl(203, 64%, 90%), hsl(203, 64%, 70%))
hex
background-color: #D5E9F6;
tailwind
bg-[hsl(203,64%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(203, 64%, 90%, 0.4);
css variable
--color-primary: hsl(203, 64%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(203, 64%, 90%)?
HEX: #D5E9F6 | RGB: rgb(213, 233, 246) | CMYK: 13%, 5%, 0%, 4% | HSV: 204°, 13%, 96%. Copy any format from the conversion table above.
What colors go well with #D5E9F6?
The complementary color is HSL(23, 64%, 90%). For a triadic harmony, use hues 203°, 323°, and 83°. For analogous combinations, try hues 173° and 233°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(203, 64%, 90%) in CSS?
As HSL: color: hsl(203, 64%, 90%); — As HEX: color: #D5E9F6; — As RGB: color: rgb(213, 233, 246); — Tailwind CSS: bg-[hsl(203,64%,90%)] — CSS variable: --color-primary: hsl(203, 64%, 90%);