HSL(80, 42%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,42%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 42%, 74%) | color: hsl(80, 42%, 74%) | |
| HEX | #C6D9A1 | color: #C6D9A1 | |
| RGB | rgb(198, 217, 161) | color: rgb(198, 217, 161) | |
| CMYK | cmyk(9%, 0%, 26%, 15%) | — | |
| HSV | hsv(80, 26%, 85%) | — | |
| HWB | hwb(80 63% 15%) | color: hwb(80 63% 15%) | |
| OKLCH | oklch(0.857 0.0772 123.24) | color: oklch(0.857 0.0772 123.24) | |
| Lab | lab(84.07 -15.87 25.54) | color: lab(84.07 -15.87 25.54) | |
| LCH | lch(84.07 30.07 121.86) | color: lch(84.07 30.07 121.86) |
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)
#CECEAF — rgb(206, 206, 175)
Deuteranopia (Green-blind)
#CDCCB2 — rgb(205, 204, 178)
Tritanopia (Blue-blind)
#C7B9BC — rgb(199, 185, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 42%, 74%);
text
color: hsl(80, 42%, 74%);
border
border: 2px solid hsl(80, 42%, 74%);
gradient light
background: linear-gradient(to right, hsl(80, 42%, 94%), hsl(80, 42%, 74%));
gradient dark
background: linear-gradient(to right, hsl(80, 42%, 74%), hsl(80, 42%, 54%))
hex
background-color: #C6D9A1;
tailwind
bg-[hsl(80,42%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 42%, 74%, 0.4);
css variable
--color-primary: hsl(80, 42%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 42%, 74%)?
HEX: #C6D9A1 | RGB: rgb(198, 217, 161) | CMYK: 9%, 0%, 26%, 15% | HSV: 80°, 26%, 85%. Copy any format from the conversion table above.
What colors go well with #C6D9A1?
The complementary color is HSL(260, 42%, 74%). 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, 42%, 74%) in CSS?
As HSL: color: hsl(80, 42%, 74%); — As HEX: color: #C6D9A1; — As RGB: color: rgb(198, 217, 161); — Tailwind CSS: bg-[hsl(80,42%,74%)] — CSS variable: --color-primary: hsl(80, 42%, 74%);