HSL(233, 59%, 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(233,59%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 59%, 87%) | color: hsl(233, 59%, 87%) | |
| HEX | #CACFF1 | color: #CACFF1 | |
| RGB | rgb(202, 207, 241) | color: rgb(202, 207, 241) | |
| CMYK | cmyk(16%, 14%, 0%, 5%) | — | |
| HSV | hsv(232, 16%, 95%) | — | |
| HWB | hwb(232 80% 5%) | color: hwb(232 80% 5%) | |
| OKLCH | oklch(0.8615 0.0474 278.75) | color: oklch(0.8615 0.0474 278.75) | |
| Lab | lab(83.72 5.06 -17.26) | color: lab(83.72 5.06 -17.26) | |
| LCH | lch(83.72 17.99 286.34) | color: lch(83.72 17.99 286.34) |
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)
#CCCCE9 — rgb(204, 204, 233)
Deuteranopia (Green-blind)
#CCCCE7 — rgb(204, 204, 231)
Tritanopia (Blue-blind)
#CAE2E1 — rgb(202, 226, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 59%, 87%);
text
color: hsl(233, 59%, 87%);
border
border: 2px solid hsl(233, 59%, 87%);
gradient light
background: linear-gradient(to right, hsl(233, 59%, 100%), hsl(233, 59%, 87%));
gradient dark
background: linear-gradient(to right, hsl(233, 59%, 87%), hsl(233, 59%, 67%))
hex
background-color: #CACFF1;
tailwind
bg-[hsl(233,59%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 59%, 87%, 0.4);
css variable
--color-primary: hsl(233, 59%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 59%, 87%)?
HEX: #CACFF1 | RGB: rgb(202, 207, 241) | CMYK: 16%, 14%, 0%, 5% | HSV: 232°, 16%, 95%. Copy any format from the conversion table above.
What colors go well with #CACFF1?
The complementary color is HSL(53, 59%, 87%). 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, 59%, 87%) in CSS?
As HSL: color: hsl(233, 59%, 87%); — As HEX: color: #CACFF1; — As RGB: color: rgb(202, 207, 241); — Tailwind CSS: bg-[hsl(233,59%,87%)] — CSS variable: --color-primary: hsl(233, 59%, 87%);