HSL(233, 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(233,48%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 48%, 86%) | color: hsl(233, 48%, 86%) | |
| HEX | #CACEEC | color: #CACEEC | |
| RGB | rgb(202, 206, 236) | color: rgb(202, 206, 236) | |
| CMYK | cmyk(14%, 13%, 0%, 7%) | — | |
| HSV | hsv(233, 14%, 93%) | — | |
| HWB | hwb(233 80% 7%) | color: hwb(233 80% 7%) | |
| OKLCH | oklch(0.8578 0.0417 279.47) | color: oklch(0.8578 0.0417 279.47) | |
| Lab | lab(83.31 4.54 -15.21) | color: lab(83.31 4.54 -15.21) | |
| LCH | lch(83.31 15.87 286.62) | color: lch(83.31 15.87 286.62) |
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)
#CCCCE5 — rgb(204, 204, 229)
Deuteranopia (Green-blind)
#CCCBE3 — rgb(204, 203, 227)
Tritanopia (Blue-blind)
#CADFDE — rgb(202, 223, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 48%, 86%);
text
color: hsl(233, 48%, 86%);
border
border: 2px solid hsl(233, 48%, 86%);
gradient light
background: linear-gradient(to right, hsl(233, 48%, 100%), hsl(233, 48%, 86%));
gradient dark
background: linear-gradient(to right, hsl(233, 48%, 86%), hsl(233, 48%, 66%))
hex
background-color: #CACEEC;
tailwind
bg-[hsl(233,48%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 48%, 86%, 0.4);
css variable
--color-primary: hsl(233, 48%, 86%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 48%, 86%)?
HEX: #CACEEC | RGB: rgb(202, 206, 236) | CMYK: 14%, 13%, 0%, 7% | HSV: 233°, 14%, 93%. Copy any format from the conversion table above.
What colors go well with #CACEEC?
The complementary color is HSL(53, 48%, 86%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 48%, 86%) in CSS?
As HSL: color: hsl(233, 48%, 86%); — As HEX: color: #CACEEC; — As RGB: color: rgb(202, 206, 236); — Tailwind CSS: bg-[hsl(233,48%,86%)] — CSS variable: --color-primary: hsl(233, 48%, 86%);