HSL(142, 69%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,69%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 69%, 70%) | color: hsl(142, 69%, 70%) | |
| HEX | #7EE7A4 | color: #7EE7A4 | |
| RGB | rgb(126, 231, 164) | color: rgb(126, 231, 164) | |
| CMYK | cmyk(45%, 0%, 29%, 9%) | — | |
| HSV | hsv(142, 45%, 91%) | — | |
| HWB | hwb(142 50% 9%) | color: hwb(142 50% 9%) | |
| OKLCH | oklch(0.8472 0.1367 154.28) | color: oklch(0.8472 0.1367 154.28) | |
| Lab | lab(84.1 -45.05 23.39) | color: lab(84.1 -45.05 23.39) | |
| LCH | lch(84.1 50.76 152.56) | color: lch(84.1 50.76 152.56) |
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)
#ABACB4 — rgb(171, 172, 180)
Deuteranopia (Green-blind)
#A59EB8 — rgb(165, 158, 184)
Tritanopia (Blue-blind)
#83C1C4 — rgb(131, 193, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 69%, 70%);
text
color: hsl(142, 69%, 70%);
border
border: 2px solid hsl(142, 69%, 70%);
gradient light
background: linear-gradient(to right, hsl(142, 69%, 90%), hsl(142, 69%, 70%));
gradient dark
background: linear-gradient(to right, hsl(142, 69%, 70%), hsl(142, 69%, 50%))
hex
background-color: #7EE7A4;
tailwind
bg-[hsl(142,69%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 69%, 70%, 0.4);
css variable
--color-primary: hsl(142, 69%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 69%, 70%)?
HEX: #7EE7A4 | RGB: rgb(126, 231, 164) | CMYK: 45%, 0%, 29%, 9% | HSV: 142°, 45%, 91%. Copy any format from the conversion table above.
What colors go well with #7EE7A4?
The complementary color is HSL(322, 69%, 70%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 69%, 70%) in CSS?
As HSL: color: hsl(142, 69%, 70%); — As HEX: color: #7EE7A4; — As RGB: color: rgb(126, 231, 164); — Tailwind CSS: bg-[hsl(142,69%,70%)] — CSS variable: --color-primary: hsl(142, 69%, 70%);