HSL(221, 49%, 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(221,49%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 49%, 87%) | color: hsl(221, 49%, 87%) | |
| HEX | #CED8EE | color: #CED8EE | |
| RGB | rgb(206, 216, 238) | color: rgb(206, 216, 238) | |
| CMYK | cmyk(13%, 9%, 0%, 7%) | — | |
| HSV | hsv(221, 13%, 93%) | — | |
| HWB | hwb(221 81% 7%) | color: hwb(221 81% 7%) | |
| OKLCH | oklch(0.8814 0.0322 266.15) | color: oklch(0.8814 0.0322 266.15) | |
| Lab | lab(86.21 0.95 -11.91) | color: lab(86.21 0.95 -11.91) | |
| LCH | lch(86.21 11.95 274.56) | color: lch(86.21 11.95 274.56) |
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)
#D2D2E9 — rgb(210, 210, 233)
Deuteranopia (Green-blind)
#D2D1E7 — rgb(210, 209, 231)
Tritanopia (Blue-blind)
#CFE4E4 — rgb(207, 228, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 49%, 87%);
text
color: hsl(221, 49%, 87%);
border
border: 2px solid hsl(221, 49%, 87%);
gradient light
background: linear-gradient(to right, hsl(221, 49%, 100%), hsl(221, 49%, 87%));
gradient dark
background: linear-gradient(to right, hsl(221, 49%, 87%), hsl(221, 49%, 67%))
hex
background-color: #CED8EE;
tailwind
bg-[hsl(221,49%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 49%, 87%, 0.4);
css variable
--color-primary: hsl(221, 49%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 49%, 87%)?
HEX: #CED8EE | RGB: rgb(206, 216, 238) | CMYK: 13%, 9%, 0%, 7% | HSV: 221°, 13%, 93%. Copy any format from the conversion table above.
What colors go well with #CED8EE?
The complementary color is HSL(41, 49%, 87%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 49%, 87%) in CSS?
As HSL: color: hsl(221, 49%, 87%); — As HEX: color: #CED8EE; — As RGB: color: rgb(206, 216, 238); — Tailwind CSS: bg-[hsl(221,49%,87%)] — CSS variable: --color-primary: hsl(221, 49%, 87%);