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