HSL(80, 59%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,59%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 59%, 73%) | color: hsl(80, 59%, 73%) | |
| HEX | #C8E392 | color: #C8E392 | |
| RGB | rgb(200, 227, 146) | color: rgb(200, 227, 146) | |
| CMYK | cmyk(12%, 0%, 36%, 11%) | — | |
| HSV | hsv(80, 36%, 89%) | — | |
| HWB | hwb(80 57% 11%) | color: hwb(80 57% 11%) | |
| OKLCH | oklch(0.8771 0.1089 123.63) | color: oklch(0.8771 0.1089 123.63) | |
| Lab | lab(86.65 -22.1 36.68) | color: lab(86.65 -22.1 36.68) | |
| LCH | lch(86.65 42.82 121.07) | color: lch(86.65 42.82 121.07) |
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)
#D4D4A6 — rgb(212, 212, 166)
Deuteranopia (Green-blind)
#D2D0AA — rgb(210, 208, 170)
Tritanopia (Blue-blind)
#C9B5B8 — rgb(201, 181, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 59%, 73%);
text
color: hsl(80, 59%, 73%);
border
border: 2px solid hsl(80, 59%, 73%);
gradient light
background: linear-gradient(to right, hsl(80, 59%, 93%), hsl(80, 59%, 73%));
gradient dark
background: linear-gradient(to right, hsl(80, 59%, 73%), hsl(80, 59%, 53%))
hex
background-color: #C8E392;
tailwind
bg-[hsl(80,59%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 59%, 73%, 0.4);
css variable
--color-primary: hsl(80, 59%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 59%, 73%)?
HEX: #C8E392 | RGB: rgb(200, 227, 146) | CMYK: 12%, 0%, 36%, 11% | HSV: 80°, 36%, 89%. Copy any format from the conversion table above.
What colors go well with #C8E392?
The complementary color is HSL(260, 59%, 73%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 59%, 73%) in CSS?
As HSL: color: hsl(80, 59%, 73%); — As HEX: color: #C8E392; — As RGB: color: rgb(200, 227, 146); — Tailwind CSS: bg-[hsl(80,59%,73%)] — CSS variable: --color-primary: hsl(80, 59%, 73%);