#7abb2f
a balanced, vivid green · cool · closest name: olivedrab
RGB
122, 187, 47
HSL
88°, 60%, 46%
CMYK
35, 0, 75, 27
Luminance
0.3988
Every format
| HEX | #7abb2f |
| RGB | rgb(122, 187, 47) |
| HSL | hsl(88, 60%, 46%) |
| CMYK | cmyk(35%, 0%, 75%, 27%) |
| LAB | lab(69.4 -42.2 60.1) |
| LCH | lch(69.4 73.4 125.1) |
| OKLCH | oklch(0.722 0.179 131.7) |
Copy-ready code
/* CSS */
color: #7abb2f;
background-color: #7abb2f;
/* Tailwind (arbitrary) */
class="text-[#7abb2f] bg-[#7abb2f]"
/* SCSS */
$brand: #7abb2f;
/* SwiftUI */
Color(red: 0.478, green: 0.733, blue: 0.184)
/* Android */
Color.parseColor("#7abb2f")Accessibility — WCAG contrast
Aa
#7abb2f on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abb2f on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green73.3%
Blue18.4%
CMYK percentages
Cyan34.8%
Magenta0.0%
Yellow74.9%
Key (black)26.7%
Color previews
#7abb2f text on a black background
contrast 8.98:1
Card sample
#7abb2f text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abb2f;
Background color
Panel with #7abb2f background
background-color: #7abb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 187, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 187, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abb2f; background: linear-gradient(135deg, #7abb2f, #2FBB41);