#7ea98e
a balanced, soft green · cool · closest name: gray
RGB
126, 169, 142
HSL
142°, 20%, 58%
CMYK
25, 0, 16, 34
Luminance
0.3476
Every format
| HEX | #7ea98e |
| RGB | rgb(126, 169, 142) |
| HSL | hsl(142, 20%, 58%) |
| CMYK | cmyk(25%, 0%, 16%, 34%) |
| LAB | lab(65.6 -20.2 9.3) |
| LCH | lch(65.6 22.2 155.3) |
| OKLCH | oklch(0.696 0.061 156.9) |
Copy-ready code
/* CSS */
color: #7ea98e;
background-color: #7ea98e;
/* Tailwind (arbitrary) */
class="text-[#7ea98e] bg-[#7ea98e]"
/* SCSS */
$brand: #7ea98e;
/* SwiftUI */
Color(red: 0.494, green: 0.663, blue: 0.557)
/* Android */
Color.parseColor("#7ea98e")Accessibility — WCAG contrast
Aa
#7ea98e on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ea98e on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green66.3%
Blue55.7%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow16.0%
Key (black)33.7%
Color previews
#7ea98e text on a black background
contrast 7.95:1
Card sample
#7ea98e text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ea98e;
Background color
Panel with #7ea98e background
background-color: #7ea98e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ea98e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 169, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 169, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ea98e; background: linear-gradient(135deg, #7ea98e, #7EA7A9);