HSL(247, 63%, 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(247,63%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 63%, 89%) | color: hsl(247, 63%, 89%) | |
| HEX | #D5D1F5 | color: #D5D1F5 | |
| RGB | rgb(213, 209, 245) | color: rgb(213, 209, 245) | |
| CMYK | cmyk(13%, 15%, 0%, 4%) | — | |
| HSV | hsv(247, 15%, 96%) | — | |
| HWB | hwb(247 82% 4%) | color: hwb(247 82% 4%) | |
| OKLCH | oklch(0.8752 0.0495 290.43) | color: oklch(0.8752 0.0495 290.43) | |
| Lab | lab(85.17 8.29 -17.12) | color: lab(85.17 8.29 -17.12) | |
| LCH | lch(85.17 19.02 295.84) | color: lch(85.17 19.02 295.84) |
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)
#D3D3EC — rgb(211, 211, 236)
Deuteranopia (Green-blind)
#D4D4EA — rgb(212, 212, 234)
Tritanopia (Blue-blind)
#D5E5E4 — rgb(213, 229, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 63%, 89%);
text
color: hsl(247, 63%, 89%);
border
border: 2px solid hsl(247, 63%, 89%);
gradient light
background: linear-gradient(to right, hsl(247, 63%, 100%), hsl(247, 63%, 89%));
gradient dark
background: linear-gradient(to right, hsl(247, 63%, 89%), hsl(247, 63%, 69%))
hex
background-color: #D5D1F5;
tailwind
bg-[hsl(247,63%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 63%, 89%, 0.4);
css variable
--color-primary: hsl(247, 63%, 89%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 63%, 89%)?
HEX: #D5D1F5 | RGB: rgb(213, 209, 245) | CMYK: 13%, 15%, 0%, 4% | HSV: 247°, 15%, 96%. Copy any format from the conversion table above.
What colors go well with #D5D1F5?
The complementary color is HSL(67, 63%, 89%). 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, 63%, 89%) in CSS?
As HSL: color: hsl(247, 63%, 89%); — As HEX: color: #D5D1F5; — As RGB: color: rgb(213, 209, 245); — Tailwind CSS: bg-[hsl(247,63%,89%)] — CSS variable: --color-primary: hsl(247, 63%, 89%);