HSL(247, 97%, 90%)
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(247,97%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 97%, 90%) | color: hsl(247, 97%, 90%) | |
| HEX | #D3CDFE | color: #D3CDFE | |
| RGB | rgb(211, 205, 254) | color: rgb(211, 205, 254) | |
| CMYK | cmyk(17%, 19%, 0%, 0%) | — | |
| HSV | hsv(247, 19%, 100%) | — | |
| HWB | hwb(247 81% 0%) | color: hwb(247 81% 0%) | |
| OKLCH | oklch(0.8691 0.0675 290.53) | color: oklch(0.8691 0.0675 290.53) | |
| Lab | lab(84.31 11.68 -23.2) | color: lab(84.31 11.68 -23.2) | |
| LCH | lch(84.31 25.97 296.72) | color: lch(84.31 25.97 296.72) |
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)
#D0D0F2 — rgb(208, 208, 242)
Deuteranopia (Green-blind)
#D1D1EF — rgb(209, 209, 239)
Tritanopia (Blue-blind)
#D3E9E7 — rgb(211, 233, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 97%, 90%);
text
color: hsl(247, 97%, 90%);
border
border: 2px solid hsl(247, 97%, 90%);
gradient light
background: linear-gradient(to right, hsl(247, 97%, 100%), hsl(247, 97%, 90%));
gradient dark
background: linear-gradient(to right, hsl(247, 97%, 90%), hsl(247, 97%, 70%))
hex
background-color: #D3CDFE;
tailwind
bg-[hsl(247,97%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 97%, 90%, 0.4);
css variable
--color-primary: hsl(247, 97%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 97%, 90%)?
HEX: #D3CDFE | RGB: rgb(211, 205, 254) | CMYK: 17%, 19%, 0%, 0% | HSV: 247°, 19%, 100%. Copy any format from the conversion table above.
What colors go well with #D3CDFE?
The complementary color is HSL(67, 97%, 90%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 97%, 90%) in CSS?
As HSL: color: hsl(247, 97%, 90%); — As HEX: color: #D3CDFE; — As RGB: color: rgb(211, 205, 254); — Tailwind CSS: bg-[hsl(247,97%,90%)] — CSS variable: --color-primary: hsl(247, 97%, 90%);