HSL(136, 60%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,60%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 60%, 85%) | color: hsl(136, 60%, 85%) | |
| HEX | #C2F0CE | color: #C2F0CE | |
| RGB | rgb(194, 240, 206) | color: rgb(194, 240, 206) | |
| CMYK | cmyk(19%, 0%, 14%, 6%) | — | |
| HSV | hsv(136, 19%, 94%) | — | |
| HWB | hwb(136 76% 6%) | color: hwb(136 76% 6%) | |
| OKLCH | oklch(0.9138 0.0661 152.96) | color: oklch(0.9138 0.0661 152.96) | |
| Lab | lab(90.89 -21.25 11.61) | color: lab(90.89 -21.25 11.61) | |
| LCH | lch(90.89 24.21 151.35) | color: lch(90.89 24.21 151.35) |
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)
#D6D6D6 — rgb(214, 214, 214)
Deuteranopia (Green-blind)
#D3D0D8 — rgb(211, 208, 216)
Tritanopia (Blue-blind)
#C4DDDE — rgb(196, 221, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 60%, 85%);
text
color: hsl(136, 60%, 85%);
border
border: 2px solid hsl(136, 60%, 85%);
gradient light
background: linear-gradient(to right, hsl(136, 60%, 100%), hsl(136, 60%, 85%));
gradient dark
background: linear-gradient(to right, hsl(136, 60%, 85%), hsl(136, 60%, 65%))
hex
background-color: #C2F0CE;
tailwind
bg-[hsl(136,60%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 60%, 85%, 0.4);
css variable
--color-primary: hsl(136, 60%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 60%, 85%)?
HEX: #C2F0CE | RGB: rgb(194, 240, 206) | CMYK: 19%, 0%, 14%, 6% | HSV: 136°, 19%, 94%. Copy any format from the conversion table above.
What colors go well with #C2F0CE?
The complementary color is HSL(316, 60%, 85%). 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, 60%, 85%) in CSS?
As HSL: color: hsl(136, 60%, 85%); — As HEX: color: #C2F0CE; — As RGB: color: rgb(194, 240, 206); — Tailwind CSS: bg-[hsl(136,60%,85%)] — CSS variable: --color-primary: hsl(136, 60%, 85%);