HSL(142, 53%, 87%)
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(142,53%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 53%, 87%) | color: hsl(142, 53%, 87%) | |
| HEX | #CCEFD9 | color: #CCEFD9 | |
| RGB | rgb(204, 239, 217) | color: rgb(204, 239, 217) | |
| CMYK | cmyk(15%, 0%, 9%, 6%) | — | |
| HSV | hsv(142, 15%, 94%) | — | |
| HWB | hwb(142 80% 6%) | color: hwb(142 80% 6%) | |
| OKLCH | oklch(0.921 0.047 157.77) | color: oklch(0.921 0.047 157.77) | |
| Lab | lab(91.5 -15.52 6.85) | color: lab(91.5 -15.52 6.85) | |
| LCH | lch(91.5 16.96 156.18) | color: lch(91.5 16.96 156.18) |
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)
#DBDBDE — rgb(219, 219, 222)
Deuteranopia (Green-blind)
#D9D7E0 — rgb(217, 215, 224)
Tritanopia (Blue-blind)
#CEE3E3 — rgb(206, 227, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 53%, 87%);
text
color: hsl(142, 53%, 87%);
border
border: 2px solid hsl(142, 53%, 87%);
gradient light
background: linear-gradient(to right, hsl(142, 53%, 100%), hsl(142, 53%, 87%));
gradient dark
background: linear-gradient(to right, hsl(142, 53%, 87%), hsl(142, 53%, 67%))
hex
background-color: #CCEFD9;
tailwind
bg-[hsl(142,53%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 53%, 87%, 0.4);
css variable
--color-primary: hsl(142, 53%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(142, 53%, 87%)?
HEX: #CCEFD9 | RGB: rgb(204, 239, 217) | CMYK: 15%, 0%, 9%, 6% | HSV: 142°, 15%, 94%. Copy any format from the conversion table above.
What colors go well with #CCEFD9?
The complementary color is HSL(322, 53%, 87%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 53%, 87%) in CSS?
As HSL: color: hsl(142, 53%, 87%); — As HEX: color: #CCEFD9; — As RGB: color: rgb(204, 239, 217); — Tailwind CSS: bg-[hsl(142,53%,87%)] — CSS variable: --color-primary: hsl(142, 53%, 87%);