HSL(221, 48%, 86%)
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,48%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 48%, 86%) | color: hsl(221, 48%, 86%) | |
| HEX | #CAD5EC | color: #CAD5EC | |
| RGB | rgb(202, 213, 236) | color: rgb(202, 213, 236) | |
| CMYK | cmyk(14%, 10%, 0%, 7%) | — | |
| HSV | hsv(221, 14%, 93%) | — | |
| HWB | hwb(221 80% 7%) | color: hwb(221 80% 7%) | |
| OKLCH | oklch(0.8718 0.034 265.21) | color: oklch(0.8718 0.034 265.21) | |
| Lab | lab(85.1 0.85 -12.54) | color: lab(85.1 0.85 -12.54) | |
| LCH | lch(85.1 12.57 273.88) | color: lch(85.1 12.57 273.88) |
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)
#CFCFE6 — rgb(207, 207, 230)
Deuteranopia (Green-blind)
#CECDE5 — rgb(206, 205, 229)
Tritanopia (Blue-blind)
#CBE2E1 — rgb(203, 226, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 48%, 86%);
text
color: hsl(221, 48%, 86%);
border
border: 2px solid hsl(221, 48%, 86%);
gradient light
background: linear-gradient(to right, hsl(221, 48%, 100%), hsl(221, 48%, 86%));
gradient dark
background: linear-gradient(to right, hsl(221, 48%, 86%), hsl(221, 48%, 66%))
hex
background-color: #CAD5EC;
tailwind
bg-[hsl(221,48%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 48%, 86%, 0.4);
css variable
--color-primary: hsl(221, 48%, 86%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 48%, 86%)?
HEX: #CAD5EC | RGB: rgb(202, 213, 236) | CMYK: 14%, 10%, 0%, 7% | HSV: 221°, 14%, 93%. Copy any format from the conversion table above.
What colors go well with #CAD5EC?
The complementary color is HSL(41, 48%, 86%). 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, 48%, 86%) in CSS?
As HSL: color: hsl(221, 48%, 86%); — As HEX: color: #CAD5EC; — As RGB: color: rgb(202, 213, 236); — Tailwind CSS: bg-[hsl(221,48%,86%)] — CSS variable: --color-primary: hsl(221, 48%, 86%);