#7eba21
a dark, vivid green · cool · closest name: olivedrab
RGB
126, 186, 33
HSL
84°, 70%, 43%
CMYK
32, 0, 82, 27
Luminance
0.3966
Every format
| HEX | #7eba21 |
| RGB | rgb(126, 186, 33) |
| HSL | hsl(84, 70%, 43%) |
| CMYK | cmyk(32%, 0%, 82%, 27%) |
| LAB | lab(69.2 -41.0 64.2) |
| LCH | lch(69.2 76.2 122.5) |
| OKLCH | oklch(0.721 0.183 129.8) |
Copy-ready code
/* CSS */
color: #7eba21;
background-color: #7eba21;
/* Tailwind (arbitrary) */
class="text-[#7eba21] bg-[#7eba21]"
/* SCSS */
$brand: #7eba21;
/* SwiftUI */
Color(red: 0.494, green: 0.729, blue: 0.129)
/* Android */
Color.parseColor("#7eba21")Accessibility — WCAG contrast
Aa
#7eba21 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eba21 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green72.9%
Blue12.9%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow82.3%
Key (black)27.1%
Color previews
#7eba21 text on a black background
contrast 8.93:1
Card sample
#7eba21 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eba21;
Background color
Panel with #7eba21 background
background-color: #7eba21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eba21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 186, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 186, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eba21; background: linear-gradient(135deg, #7eba21, #21BA2A);