HSL(231, 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(231,48%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 48%, 86%) | color: hsl(231, 48%, 86%) | |
| HEX | #CACFEC | color: #CACFEC | |
| RGB | rgb(202, 207, 236) | color: rgb(202, 207, 236) | |
| CMYK | cmyk(14%, 12%, 0%, 7%) | — | |
| HSV | hsv(231, 14%, 93%) | — | |
| HWB | hwb(231 80% 7%) | color: hwb(231 80% 7%) | |
| OKLCH | oklch(0.8598 0.0405 277.77) | color: oklch(0.8598 0.0405 277.77) | |
| Lab | lab(83.57 4.01 -14.83) | color: lab(83.57 4.01 -14.83) | |
| LCH | lch(83.57 15.36 285.13) | color: lch(83.57 15.36 285.13) |
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)
#CCCCE3 — rgb(204, 204, 227)
Tritanopia (Blue-blind)
#CADFDE — rgb(202, 223, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 48%, 86%);
text
color: hsl(231, 48%, 86%);
border
border: 2px solid hsl(231, 48%, 86%);
gradient light
background: linear-gradient(to right, hsl(231, 48%, 100%), hsl(231, 48%, 86%));
gradient dark
background: linear-gradient(to right, hsl(231, 48%, 86%), hsl(231, 48%, 66%))
hex
background-color: #CACFEC;
tailwind
bg-[hsl(231,48%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 48%, 86%, 0.4);
css variable
--color-primary: hsl(231, 48%, 86%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 48%, 86%)?
HEX: #CACFEC | RGB: rgb(202, 207, 236) | CMYK: 14%, 12%, 0%, 7% | HSV: 231°, 14%, 93%. Copy any format from the conversion table above.
What colors go well with #CACFEC?
The complementary color is HSL(51, 48%, 86%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 48%, 86%) in CSS?
As HSL: color: hsl(231, 48%, 86%); — As HEX: color: #CACFEC; — As RGB: color: rgb(202, 207, 236); — Tailwind CSS: bg-[hsl(231,48%,86%)] — CSS variable: --color-primary: hsl(231, 48%, 86%);