HSL(216, 52%, 87%)
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(216,52%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(216, 52%, 87%) | color: hsl(216, 52%, 87%) | |
| HEX | #CDDAEF | color: #CDDAEF | |
| RGB | rgb(205, 218, 239) | color: rgb(205, 218, 239) | |
| CMYK | cmyk(14%, 9%, 0%, 6%) | — | |
| HSV | hsv(217, 14%, 94%) | — | |
| HWB | hwb(217 81% 6%) | color: hwb(217 81% 6%) | |
| OKLCH | oklch(0.885 0.0322 260.03) | color: oklch(0.885 0.0322 260.03) | |
| Lab | lab(86.68 -0.21 -11.75) | color: lab(86.68 -0.21 -11.75) | |
| LCH | lch(86.68 11.75 268.98) | color: lch(86.68 11.75 268.98) |
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)
#D3D3EA — rgb(211, 211, 234)
Deuteranopia (Green-blind)
#D2D1E9 — rgb(210, 209, 233)
Tritanopia (Blue-blind)
#CEE6E5 — rgb(206, 230, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(216, 52%, 87%);
text
color: hsl(216, 52%, 87%);
border
border: 2px solid hsl(216, 52%, 87%);
gradient light
background: linear-gradient(to right, hsl(216, 52%, 100%), hsl(216, 52%, 87%));
gradient dark
background: linear-gradient(to right, hsl(216, 52%, 87%), hsl(216, 52%, 67%))
hex
background-color: #CDDAEF;
tailwind
bg-[hsl(216,52%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(216, 52%, 87%, 0.4);
css variable
--color-primary: hsl(216, 52%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(216, 52%, 87%)?
HEX: #CDDAEF | RGB: rgb(205, 218, 239) | CMYK: 14%, 9%, 0%, 6% | HSV: 217°, 14%, 94%. Copy any format from the conversion table above.
What colors go well with #CDDAEF?
The complementary color is HSL(36, 52%, 87%). For a triadic harmony, use hues 216°, 336°, and 96°. For analogous combinations, try hues 186° and 246°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(216, 52%, 87%) in CSS?
As HSL: color: hsl(216, 52%, 87%); — As HEX: color: #CDDAEF; — As RGB: color: rgb(205, 218, 239); — Tailwind CSS: bg-[hsl(216,52%,87%)] — CSS variable: --color-primary: hsl(216, 52%, 87%);