HSL(128, 60%, 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(128,60%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 60%, 87%) | color: hsl(128, 60%, 87%) | |
| HEX | #CAF2CF | color: #CAF2CF | |
| RGB | rgb(202, 242, 207) | color: rgb(202, 242, 207) | |
| CMYK | cmyk(17%, 0%, 14%, 5%) | — | |
| HSV | hsv(128, 17%, 95%) | — | |
| HWB | hwb(128 79% 5%) | color: hwb(128 79% 5%) | |
| OKLCH | oklch(0.9234 0.0627 148.55) | color: oklch(0.9234 0.0627 148.55) | |
| Lab | lab(91.94 -19.44 12.65) | color: lab(91.94 -19.44 12.65) | |
| LCH | lch(91.94 23.19 146.95) | color: lch(91.94 23.19 146.95) |
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)
#DBDCD7 — rgb(219, 220, 215)
Deuteranopia (Green-blind)
#D9D6DA — rgb(217, 214, 218)
Tritanopia (Blue-blind)
#CCDEE0 — rgb(204, 222, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 60%, 87%);
text
color: hsl(128, 60%, 87%);
border
border: 2px solid hsl(128, 60%, 87%);
gradient light
background: linear-gradient(to right, hsl(128, 60%, 100%), hsl(128, 60%, 87%));
gradient dark
background: linear-gradient(to right, hsl(128, 60%, 87%), hsl(128, 60%, 67%))
hex
background-color: #CAF2CF;
tailwind
bg-[hsl(128,60%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 60%, 87%, 0.4);
css variable
--color-primary: hsl(128, 60%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(128, 60%, 87%)?
HEX: #CAF2CF | RGB: rgb(202, 242, 207) | CMYK: 17%, 0%, 14%, 5% | HSV: 128°, 17%, 95%. Copy any format from the conversion table above.
What colors go well with #CAF2CF?
The complementary color is HSL(308, 60%, 87%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 60%, 87%) in CSS?
As HSL: color: hsl(128, 60%, 87%); — As HEX: color: #CAF2CF; — As RGB: color: rgb(202, 242, 207); — Tailwind CSS: bg-[hsl(128,60%,87%)] — CSS variable: --color-primary: hsl(128, 60%, 87%);