HSL(247, 17%, 87%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(247,17%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 17%, 87%) | color: hsl(247, 17%, 87%) | |
| HEX | #DAD8E3 | color: #DAD8E3 | |
| RGB | rgb(218, 216, 227) | color: rgb(218, 216, 227) | |
| CMYK | cmyk(4%, 5%, 0%, 11%) | — | |
| HSV | hsv(251, 5%, 89%) | — | |
| HWB | hwb(251 85% 11%) | color: hwb(251 85% 11%) | |
| OKLCH | oklch(0.887 0.0151 294.44) | color: oklch(0.887 0.0151 294.44) | |
| Lab | lab(86.78 2.7 -5.15) | color: lab(86.78 2.7 -5.15) | |
| LCH | lch(86.78 5.81 297.67) | color: lch(86.78 5.81 297.67) |
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)
#D9D9E0 — rgb(217, 217, 224)
Deuteranopia (Green-blind)
#D9D9E0 — rgb(217, 217, 224)
Tritanopia (Blue-blind)
#DADEDE — rgb(218, 222, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 17%, 87%);
text
color: hsl(247, 17%, 87%);
border
border: 2px solid hsl(247, 17%, 87%);
gradient light
background: linear-gradient(to right, hsl(247, 17%, 100%), hsl(247, 17%, 87%));
gradient dark
background: linear-gradient(to right, hsl(247, 17%, 87%), hsl(247, 17%, 67%))
hex
background-color: #DAD8E3;
tailwind
bg-[hsl(247,17%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 17%, 87%, 0.4);
css variable
--color-primary: hsl(247, 17%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 17%, 87%)?
HEX: #DAD8E3 | RGB: rgb(218, 216, 227) | CMYK: 4%, 5%, 0%, 11% | HSV: 251°, 5%, 89%. Copy any format from the conversion table above.
What colors go well with #DAD8E3?
The complementary color is HSL(67, 17%, 87%). 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, 17%, 87%) in CSS?
As HSL: color: hsl(247, 17%, 87%); — As HEX: color: #DAD8E3; — As RGB: color: rgb(218, 216, 227); — Tailwind CSS: bg-[hsl(247,17%,87%)] — CSS variable: --color-primary: hsl(247, 17%, 87%);