HSL(211, 83%, 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(211,83%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 83%, 89%) | color: hsl(211, 83%, 89%) | |
| HEX | #CCE2FA | color: #CCE2FA | |
| RGB | rgb(204, 226, 250) | color: rgb(204, 226, 250) | |
| CMYK | cmyk(18%, 10%, 0%, 2%) | — | |
| HSV | hsv(211, 18%, 98%) | — | |
| HWB | hwb(211 80% 2%) | color: hwb(211 80% 2%) | |
| OKLCH | oklch(0.904 0.0405 250.58) | color: oklch(0.904 0.0405 250.58) | |
| Lab | lab(88.98 -2.39 -14.1) | color: lab(88.98 -2.39 -14.1) | |
| LCH | lch(88.98 14.3 260.38) | color: lch(88.98 14.3 260.38) |
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)
#D6D6F4 — rgb(214, 214, 244)
Deuteranopia (Green-blind)
#D4D3F3 — rgb(212, 211, 243)
Tritanopia (Blue-blind)
#CDF0EF — rgb(205, 240, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 83%, 89%);
text
color: hsl(211, 83%, 89%);
border
border: 2px solid hsl(211, 83%, 89%);
gradient light
background: linear-gradient(to right, hsl(211, 83%, 100%), hsl(211, 83%, 89%));
gradient dark
background: linear-gradient(to right, hsl(211, 83%, 89%), hsl(211, 83%, 69%))
hex
background-color: #CCE2FA;
tailwind
bg-[hsl(211,83%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 83%, 89%, 0.4);
css variable
--color-primary: hsl(211, 83%, 89%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 83%, 89%)?
HEX: #CCE2FA | RGB: rgb(204, 226, 250) | CMYK: 18%, 10%, 0%, 2% | HSV: 211°, 18%, 98%. Copy any format from the conversion table above.
What colors go well with #CCE2FA?
The complementary color is HSL(31, 83%, 89%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 83%, 89%) in CSS?
As HSL: color: hsl(211, 83%, 89%); — As HEX: color: #CCE2FA; — As RGB: color: rgb(204, 226, 250); — Tailwind CSS: bg-[hsl(211,83%,89%)] — CSS variable: --color-primary: hsl(211, 83%, 89%);