HSL(95, 53%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(95,53%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 53%, 80%) | color: hsl(95, 53%, 80%) | |
| HEX | #C7E7B1 | color: #C7E7B1 | |
| RGB | rgb(199, 231, 177) | color: rgb(199, 231, 177) | |
| CMYK | cmyk(14%, 0%, 23%, 9%) | — | |
| HSV | hsv(96, 23%, 91%) | — | |
| HWB | hwb(96 70% 9%) | color: hwb(96 70% 9%) | |
| OKLCH | oklch(0.891 0.0795 132.82) | color: oklch(0.891 0.0795 132.82) | |
| Lab | lab(88.19 -20.04 22.9) | color: lab(88.19 -20.04 22.9) | |
| LCH | lch(88.19 30.43 131.19) | color: lch(88.19 30.43 131.19) |
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)
#D5D5BE — rgb(213, 213, 190)
Deuteranopia (Green-blind)
#D3D1C1 — rgb(211, 209, 193)
Tritanopia (Blue-blind)
#C9C8CB — rgb(201, 200, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 53%, 80%);
text
color: hsl(95, 53%, 80%);
border
border: 2px solid hsl(95, 53%, 80%);
gradient light
background: linear-gradient(to right, hsl(95, 53%, 100%), hsl(95, 53%, 80%));
gradient dark
background: linear-gradient(to right, hsl(95, 53%, 80%), hsl(95, 53%, 60%))
hex
background-color: #C7E7B1;
tailwind
bg-[hsl(95,53%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 53%, 80%, 0.4);
css variable
--color-primary: hsl(95, 53%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(95, 53%, 80%)?
HEX: #C7E7B1 | RGB: rgb(199, 231, 177) | CMYK: 14%, 0%, 23%, 9% | HSV: 96°, 23%, 91%. Copy any format from the conversion table above.
What colors go well with #C7E7B1?
The complementary color is HSL(275, 53%, 80%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(95, 53%, 80%) in CSS?
As HSL: color: hsl(95, 53%, 80%); — As HEX: color: #C7E7B1; — As RGB: color: rgb(199, 231, 177); — Tailwind CSS: bg-[hsl(95,53%,80%)] — CSS variable: --color-primary: hsl(95, 53%, 80%);