#7dbf2c
a balanced, vivid green · cool · closest name: olivedrab
RGB
125, 191, 44
HSL
87°, 63%, 46%
CMYK
35, 0, 77, 25
Luminance
0.4180
Every format
| HEX | #7dbf2c |
| RGB | rgb(125, 191, 44) |
| HSL | hsl(87, 63%, 46%) |
| CMYK | cmyk(35%, 0%, 77%, 25%) |
| LAB | lab(70.7 -43.0 62.4) |
| LCH | lch(70.7 75.8 124.5) |
| OKLCH | oklch(0.733 0.184 131.4) |
Copy-ready code
/* CSS */
color: #7dbf2c;
background-color: #7dbf2c;
/* Tailwind (arbitrary) */
class="text-[#7dbf2c] bg-[#7dbf2c]"
/* SCSS */
$brand: #7dbf2c;
/* SwiftUI */
Color(red: 0.490, green: 0.749, blue: 0.173)
/* Android */
Color.parseColor("#7dbf2c")Accessibility — WCAG contrast
Aa
#7dbf2c on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dbf2c on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green74.9%
Blue17.3%
CMYK percentages
Cyan34.6%
Magenta0.0%
Yellow77.0%
Key (black)25.1%
Color previews
#7dbf2c text on a black background
contrast 9.36:1
Card sample
#7dbf2c text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dbf2c;
Background color
Panel with #7dbf2c background
background-color: #7dbf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dbf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 191, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 191, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dbf2c; background: linear-gradient(135deg, #7dbf2c, #2CBF3D);