HSL(236, 60%, 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(236,60%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 60%, 87%) | color: hsl(236, 60%, 87%) | |
| HEX | #CACDF2 | color: #CACDF2 | |
| RGB | rgb(202, 205, 242) | color: rgb(202, 205, 242) | |
| CMYK | cmyk(17%, 15%, 0%, 5%) | — | |
| HSV | hsv(236, 17%, 95%) | — | |
| HWB | hwb(236 79% 5%) | color: hwb(236 79% 5%) | |
| OKLCH | oklch(0.8579 0.0513 281.6) | color: oklch(0.8579 0.0513 281.6) | |
| Lab | lab(83.25 6.34 -18.51) | color: lab(83.25 6.34 -18.51) | |
| LCH | lch(83.25 19.57 288.91) | color: lch(83.25 19.57 288.91) |
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)
#CBCBE9 — rgb(203, 203, 233)
Deuteranopia (Green-blind)
#CBCBE7 — rgb(203, 203, 231)
Tritanopia (Blue-blind)
#CAE2E0 — rgb(202, 226, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 60%, 87%);
text
color: hsl(236, 60%, 87%);
border
border: 2px solid hsl(236, 60%, 87%);
gradient light
background: linear-gradient(to right, hsl(236, 60%, 100%), hsl(236, 60%, 87%));
gradient dark
background: linear-gradient(to right, hsl(236, 60%, 87%), hsl(236, 60%, 67%))
hex
background-color: #CACDF2;
tailwind
bg-[hsl(236,60%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 60%, 87%, 0.4);
css variable
--color-primary: hsl(236, 60%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 60%, 87%)?
HEX: #CACDF2 | RGB: rgb(202, 205, 242) | CMYK: 17%, 15%, 0%, 5% | HSV: 236°, 17%, 95%. Copy any format from the conversion table above.
What colors go well with #CACDF2?
The complementary color is HSL(56, 60%, 87%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 60%, 87%) in CSS?
As HSL: color: hsl(236, 60%, 87%); — As HEX: color: #CACDF2; — As RGB: color: rgb(202, 205, 242); — Tailwind CSS: bg-[hsl(236,60%,87%)] — CSS variable: --color-primary: hsl(236, 60%, 87%);