#7ac062
a balanced, soft green · cool · closest name: olivedrab
RGB
122, 192, 98
HSL
105°, 43%, 57%
CMYK
37, 0, 49, 25
Luminance
0.4272
Every format
| HEX | #7ac062 |
| RGB | rgb(122, 192, 98) |
| HSL | hsl(105, 43%, 57%) |
| CMYK | cmyk(37%, 0%, 49%, 25%) |
| LAB | lab(71.4 -39.6 40.3) |
| LCH | lch(71.4 56.5 134.5) |
| OKLCH | oklch(0.740 0.146 138.2) |
Copy-ready code
/* CSS */
color: #7ac062;
background-color: #7ac062;
/* Tailwind (arbitrary) */
class="text-[#7ac062] bg-[#7ac062]"
/* SCSS */
$brand: #7ac062;
/* SwiftUI */
Color(red: 0.478, green: 0.753, blue: 0.384)
/* Android */
Color.parseColor("#7ac062")Accessibility — WCAG contrast
Aa
#7ac062 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac062 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green75.3%
Blue38.4%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow49.0%
Key (black)24.7%
Color previews
#7ac062 text on a black background
contrast 9.54:1
Card sample
#7ac062 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac062;
Background color
Panel with #7ac062 background
background-color: #7ac062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 192, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 192, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac062; background: linear-gradient(135deg, #7ac062, #62C089);