HSL(132, 43%, 86%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,43%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 43%, 86%) | color: hsl(132, 43%, 86%) | |
| HEX | #CCEBD2 | color: #CCEBD2 | |
| RGB | rgb(204, 235, 210) | color: rgb(204, 235, 210) | |
| CMYK | cmyk(13%, 0%, 11%, 8%) | — | |
| HSV | hsv(132, 13%, 92%) | — | |
| HWB | hwb(132 80% 8%) | color: hwb(132 80% 8%) | |
| OKLCH | oklch(0.9108 0.0469 150.99) | color: oklch(0.9108 0.0469 150.99) | |
| Lab | lab(90.28 -14.8 8.74) | color: lab(90.28 -14.8 8.74) | |
| LCH | lch(90.28 17.19 149.44) | color: lch(90.28 17.19 149.44) |
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)
#D9DAD8 — rgb(217, 218, 216)
Deuteranopia (Green-blind)
#D8D5DA — rgb(216, 213, 218)
Tritanopia (Blue-blind)
#CEDDDE — rgb(206, 221, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 43%, 86%);
text
color: hsl(132, 43%, 86%);
border
border: 2px solid hsl(132, 43%, 86%);
gradient light
background: linear-gradient(to right, hsl(132, 43%, 100%), hsl(132, 43%, 86%));
gradient dark
background: linear-gradient(to right, hsl(132, 43%, 86%), hsl(132, 43%, 66%))
hex
background-color: #CCEBD2;
tailwind
bg-[hsl(132,43%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 43%, 86%, 0.4);
css variable
--color-primary: hsl(132, 43%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(132, 43%, 86%)?
HEX: #CCEBD2 | RGB: rgb(204, 235, 210) | CMYK: 13%, 0%, 11%, 8% | HSV: 132°, 13%, 92%. Copy any format from the conversion table above.
What colors go well with #CCEBD2?
The complementary color is HSL(312, 43%, 86%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 43%, 86%) in CSS?
As HSL: color: hsl(132, 43%, 86%); — As HEX: color: #CCEBD2; — As RGB: color: rgb(204, 235, 210); — Tailwind CSS: bg-[hsl(132,43%,86%)] — CSS variable: --color-primary: hsl(132, 43%, 86%);