#7ab321
a dark, vivid green · cool · closest name: olivedrab
RGB
122, 179, 33
HSL
83°, 69%, 42%
CMYK
32, 0, 82, 30
Luminance
0.3649
Every format
| HEX | #7ab321 |
| RGB | rgb(122, 179, 33) |
| HSL | hsl(83, 69%, 42%) |
| CMYK | cmyk(32%, 0%, 82%, 30%) |
| LAB | lab(66.9 -39.4 62.1) |
| LCH | lch(66.9 73.5 122.4) |
| OKLCH | oklch(0.701 0.177 129.7) |
Copy-ready code
/* CSS */
color: #7ab321;
background-color: #7ab321;
/* Tailwind (arbitrary) */
class="text-[#7ab321] bg-[#7ab321]"
/* SCSS */
$brand: #7ab321;
/* SwiftUI */
Color(red: 0.478, green: 0.702, blue: 0.129)
/* Android */
Color.parseColor("#7ab321")Accessibility — WCAG contrast
Aa
#7ab321 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab321 on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green70.2%
Blue12.9%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow81.6%
Key (black)29.8%
Color previews
#7ab321 text on a black background
contrast 8.30:1
Card sample
#7ab321 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab321;
Background color
Panel with #7ab321 background
background-color: #7ab321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 179, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 179, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab321; background: linear-gradient(135deg, #7ab321, #21B329);