#7aba21
a dark, vivid green · cool · closest name: olivedrab
RGB
122, 186, 33
HSL
85°, 70%, 43%
CMYK
34, 0, 82, 27
Luminance
0.3937
Every format
| HEX | #7aba21 |
| RGB | rgb(122, 186, 33) |
| HSL | hsl(85, 70%, 43%) |
| CMYK | cmyk(34%, 0%, 82%, 27%) |
| LAB | lab(69.0 -42.5 64.0) |
| LCH | lch(69.0 76.8 123.6) |
| OKLCH | oklch(0.719 0.185 130.8) |
Copy-ready code
/* CSS */
color: #7aba21;
background-color: #7aba21;
/* Tailwind (arbitrary) */
class="text-[#7aba21] bg-[#7aba21]"
/* SCSS */
$brand: #7aba21;
/* SwiftUI */
Color(red: 0.478, green: 0.729, blue: 0.129)
/* Android */
Color.parseColor("#7aba21")Accessibility — WCAG contrast
Aa
#7aba21 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aba21 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green72.9%
Blue12.9%
CMYK percentages
Cyan34.4%
Magenta0.0%
Yellow82.3%
Key (black)27.1%
Color previews
#7aba21 text on a black background
contrast 8.87:1
Card sample
#7aba21 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aba21;
Background color
Panel with #7aba21 background
background-color: #7aba21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aba21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 186, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 186, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aba21; background: linear-gradient(135deg, #7aba21, #21BA2E);