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