HSL(247, 100%, 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,100%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 100%, 90%) | color: hsl(247, 100%, 90%) | |
| HEX | #D2CCFF | color: #D2CCFF | |
| RGB | rgb(210, 204, 255) | color: rgb(210, 204, 255) | |
| CMYK | cmyk(18%, 20%, 0%, 0%) | — | |
| HSV | hsv(247, 20%, 100%) | — | |
| HWB | hwb(247 80% 0%) | color: hwb(247 80% 0%) | |
| OKLCH | oklch(0.8668 0.0703 290.24) | color: oklch(0.8668 0.0703 290.24) | |
| Lab | lab(84.02 12.12 -24.18) | color: lab(84.02 12.12 -24.18) | |
| LCH | lch(84.02 27.05 296.62) | color: lch(84.02 27.05 296.62) |
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)
#CFCFF3 — rgb(207, 207, 243)
Deuteranopia (Green-blind)
#D0D0F0 — rgb(208, 208, 240)
Tritanopia (Blue-blind)
#D2E9E7 — rgb(210, 233, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 100%, 90%);
text
color: hsl(247, 100%, 90%);
border
border: 2px solid hsl(247, 100%, 90%);
gradient light
background: linear-gradient(to right, hsl(247, 100%, 100%), hsl(247, 100%, 90%));
gradient dark
background: linear-gradient(to right, hsl(247, 100%, 90%), hsl(247, 100%, 70%))
hex
background-color: #D2CCFF;
tailwind
bg-[hsl(247,100%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 100%, 90%, 0.4);
css variable
--color-primary: hsl(247, 100%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 100%, 90%)?
HEX: #D2CCFF | RGB: rgb(210, 204, 255) | CMYK: 18%, 20%, 0%, 0% | HSV: 247°, 20%, 100%. Copy any format from the conversion table above.
What colors go well with #D2CCFF?
The complementary color is HSL(67, 100%, 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, 100%, 90%) in CSS?
As HSL: color: hsl(247, 100%, 90%); — As HEX: color: #D2CCFF; — As RGB: color: rgb(210, 204, 255); — Tailwind CSS: bg-[hsl(247,100%,90%)] — CSS variable: --color-primary: hsl(247, 100%, 90%);