HSL(136, 50%, 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(136,50%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 50%, 87%) | color: hsl(136, 50%, 87%) | |
| HEX | #CDEED6 | color: #CDEED6 | |
| RGB | rgb(205, 238, 214) | color: rgb(205, 238, 214) | |
| CMYK | cmyk(14%, 0%, 10%, 7%) | — | |
| HSV | hsv(136, 14%, 93%) | — | |
| HWB | hwb(136 80% 7%) | color: hwb(136 80% 7%) | |
| OKLCH | oklch(0.9188 0.0473 153.81) | color: oklch(0.9188 0.0473 153.81) | |
| Lab | lab(91.23 -15.24 8.03) | color: lab(91.23 -15.24 8.03) | |
| LCH | lch(91.23 17.23 152.22) | color: lch(91.23 17.23 152.22) |
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)
#DBDCDC — rgb(219, 220, 220)
Deuteranopia (Green-blind)
#D9D7DD — rgb(217, 215, 221)
Tritanopia (Blue-blind)
#CFE0E1 — rgb(207, 224, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 50%, 87%);
text
color: hsl(136, 50%, 87%);
border
border: 2px solid hsl(136, 50%, 87%);
gradient light
background: linear-gradient(to right, hsl(136, 50%, 100%), hsl(136, 50%, 87%));
gradient dark
background: linear-gradient(to right, hsl(136, 50%, 87%), hsl(136, 50%, 67%))
hex
background-color: #CDEED6;
tailwind
bg-[hsl(136,50%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 50%, 87%, 0.4);
css variable
--color-primary: hsl(136, 50%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(136, 50%, 87%)?
HEX: #CDEED6 | RGB: rgb(205, 238, 214) | CMYK: 14%, 0%, 10%, 7% | HSV: 136°, 14%, 93%. Copy any format from the conversion table above.
What colors go well with #CDEED6?
The complementary color is HSL(316, 50%, 87%). 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, 50%, 87%) in CSS?
As HSL: color: hsl(136, 50%, 87%); — As HEX: color: #CDEED6; — As RGB: color: rgb(205, 238, 214); — Tailwind CSS: bg-[hsl(136,50%,87%)] — CSS variable: --color-primary: hsl(136, 50%, 87%);