HSL(104, 70%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(104,70%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 70%, 74%) | color: hsl(104, 70%, 74%) | |
| HEX | #A7EB8E | color: #A7EB8E | |
| RGB | rgb(167, 235, 142) | color: rgb(167, 235, 142) | |
| CMYK | cmyk(29%, 0%, 40%, 8%) | — | |
| HSV | hsv(104, 40%, 92%) | — | |
| HWB | hwb(104 55% 8%) | color: hwb(104 55% 8%) | |
| OKLCH | oklch(0.8729 0.1407 137.65) | color: oklch(0.8729 0.1407 137.65) | |
| Lab | lab(86.79 -38.03 38.48) | color: lab(86.79 -38.03 38.48) | |
| LCH | lch(86.79 54.1 134.66) | color: lch(86.79 54.1 134.66) |
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)
#C4C5A5 — rgb(196, 197, 165)
Deuteranopia (Green-blind)
#C1BBAA — rgb(193, 187, 170)
Tritanopia (Blue-blind)
#AAB6BA — rgb(170, 182, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 70%, 74%);
text
color: hsl(104, 70%, 74%);
border
border: 2px solid hsl(104, 70%, 74%);
gradient light
background: linear-gradient(to right, hsl(104, 70%, 94%), hsl(104, 70%, 74%));
gradient dark
background: linear-gradient(to right, hsl(104, 70%, 74%), hsl(104, 70%, 54%))
hex
background-color: #A7EB8E;
tailwind
bg-[hsl(104,70%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 70%, 74%, 0.4);
css variable
--color-primary: hsl(104, 70%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(104, 70%, 74%)?
HEX: #A7EB8E | RGB: rgb(167, 235, 142) | CMYK: 29%, 0%, 40%, 8% | HSV: 104°, 40%, 92%. Copy any format from the conversion table above.
What colors go well with #A7EB8E?
The complementary color is HSL(284, 70%, 74%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 70%, 74%) in CSS?
As HSL: color: hsl(104, 70%, 74%); — As HEX: color: #A7EB8E; — As RGB: color: rgb(167, 235, 142); — Tailwind CSS: bg-[hsl(104,70%,74%)] — CSS variable: --color-primary: hsl(104, 70%, 74%);