HSL(136, 100%, 90%)
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(136,100%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 100%, 90%) | color: hsl(136, 100%, 90%) | |
| HEX | #CCFFDA | color: #CCFFDA | |
| RGB | rgb(204, 255, 218) | color: rgb(204, 255, 218) | |
| CMYK | cmyk(20%, 0%, 15%, 0%) | — | |
| HSV | hsv(136, 20%, 100%) | — | |
| HWB | hwb(136 80% 0%) | color: hwb(136 80% 0%) | |
| OKLCH | oklch(0.955 0.0718 153.4) | color: oklch(0.955 0.0718 153.4) | |
| Lab | lab(95.75 -23.15 12.43) | color: lab(95.75 -23.15 12.43) | |
| LCH | lch(95.75 26.28 151.77) | color: lch(95.75 26.28 151.77) |
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)
#E2E3E3 — rgb(226, 227, 227)
Deuteranopia (Green-blind)
#DFDBE5 — rgb(223, 219, 229)
Tritanopia (Blue-blind)
#CFEAEC — rgb(207, 234, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 100%, 90%);
text
color: hsl(136, 100%, 90%);
border
border: 2px solid hsl(136, 100%, 90%);
gradient light
background: linear-gradient(to right, hsl(136, 100%, 100%), hsl(136, 100%, 90%));
gradient dark
background: linear-gradient(to right, hsl(136, 100%, 90%), hsl(136, 100%, 70%))
hex
background-color: #CCFFDA;
tailwind
bg-[hsl(136,100%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 100%, 90%, 0.4);
css variable
--color-primary: hsl(136, 100%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(136, 100%, 90%)?
HEX: #CCFFDA | RGB: rgb(204, 255, 218) | CMYK: 20%, 0%, 15%, 0% | HSV: 136°, 20%, 100%. Copy any format from the conversion table above.
What colors go well with #CCFFDA?
The complementary color is HSL(316, 100%, 90%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 100%, 90%) in CSS?
As HSL: color: hsl(136, 100%, 90%); — As HEX: color: #CCFFDA; — As RGB: color: rgb(204, 255, 218); — Tailwind CSS: bg-[hsl(136,100%,90%)] — CSS variable: --color-primary: hsl(136, 100%, 90%);