#7dac39
a dark, vivid green · cool · closest name: olivedrab
RGB
125, 172, 57
HSL
85°, 50%, 45%
CMYK
27, 0, 67, 33
Luminance
0.3416
Every format
| HEX | #7dac39 |
| RGB | rgb(125, 172, 57) |
| HSL | hsl(85, 50%, 45%) |
| CMYK | cmyk(27%, 0%, 67%, 33%) |
| LAB | lab(65.1 -33.7 52.0) |
| LCH | lch(65.1 62.0 122.9) |
| OKLCH | oklch(0.688 0.152 128.9) |
Copy-ready code
/* CSS */
color: #7dac39;
background-color: #7dac39;
/* Tailwind (arbitrary) */
class="text-[#7dac39] bg-[#7dac39]"
/* SCSS */
$brand: #7dac39;
/* SwiftUI */
Color(red: 0.490, green: 0.675, blue: 0.224)
/* Android */
Color.parseColor("#7dac39")Accessibility — WCAG contrast
Aa
#7dac39 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dac39 on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green67.5%
Blue22.4%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow66.9%
Key (black)32.5%
Color previews
#7dac39 text on a black background
contrast 7.83:1
Card sample
#7dac39 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dac39;
Background color
Panel with #7dac39 background
background-color: #7dac39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dac39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 172, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 172, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dac39; background: linear-gradient(135deg, #7dac39, #39AC42);