#7ab521
a dark, vivid green · cool · closest name: olivedrab
RGB
122, 181, 33
HSL
84°, 69%, 42%
CMYK
33, 0, 82, 29
Luminance
0.3730
Every format
| HEX | #7ab521 |
| RGB | rgb(122, 181, 33) |
| HSL | hsl(84, 69%, 42%) |
| CMYK | cmyk(33%, 0%, 82%, 29%) |
| LAB | lab(67.5 -40.3 62.6) |
| LCH | lch(67.5 74.4 122.8) |
| OKLCH | oklch(0.706 0.179 130.0) |
Copy-ready code
/* CSS */
color: #7ab521;
background-color: #7ab521;
/* Tailwind (arbitrary) */
class="text-[#7ab521] bg-[#7ab521]"
/* SCSS */
$brand: #7ab521;
/* SwiftUI */
Color(red: 0.478, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#7ab521")Accessibility — WCAG contrast
Aa
#7ab521 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab521 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green71.0%
Blue12.9%
CMYK percentages
Cyan32.6%
Magenta0.0%
Yellow81.8%
Key (black)29.0%
Color previews
#7ab521 text on a black background
contrast 8.46:1
Card sample
#7ab521 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab521;
Background color
Panel with #7ab521 background
background-color: #7ab521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab521; background: linear-gradient(135deg, #7ab521, #21B52B);