#7ead1f
a dark, vivid green · cool · closest name: olivedrab
RGB
126, 173, 31
HSL
80°, 70%, 40%
CMYK
27, 0, 82, 32
Luminance
0.3442
Every format
| HEX | #7ead1f |
| RGB | rgb(126, 173, 31) |
| HSL | hsl(80, 70%, 40%) |
| CMYK | cmyk(27%, 0%, 82%, 32%) |
| LAB | lab(65.3 -35.3 61.3) |
| LCH | lch(65.3 70.7 119.9) |
| OKLCH | oklch(0.689 0.168 127.3) |
Copy-ready code
/* CSS */
color: #7ead1f;
background-color: #7ead1f;
/* Tailwind (arbitrary) */
class="text-[#7ead1f] bg-[#7ead1f]"
/* SCSS */
$brand: #7ead1f;
/* SwiftUI */
Color(red: 0.494, green: 0.678, blue: 0.122)
/* Android */
Color.parseColor("#7ead1f")Accessibility — WCAG contrast
Aa
#7ead1f on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ead1f on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green67.8%
Blue12.2%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow82.1%
Key (black)32.2%
Color previews
#7ead1f text on a black background
contrast 7.88:1
Card sample
#7ead1f text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ead1f;
Background color
Panel with #7ead1f background
background-color: #7ead1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ead1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 173, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 173, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ead1f; background: linear-gradient(135deg, #7ead1f, #1FAD1F);