#7dcd2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
125, 205, 47
HSL
90°, 63%, 49%
CMYK
39, 0, 77, 20
Luminance
0.4823
Every format
| HEX | #7dcd2f |
| RGB | rgb(125, 205, 47) |
| HSL | hsl(90, 63%, 49%) |
| CMYK | cmyk(39%, 0%, 77%, 20%) |
| LAB | lab(75.0 -48.7 65.5) |
| LCH | lch(75.0 81.6 126.6) |
| OKLCH | oklch(0.768 0.200 133.3) |
Copy-ready code
/* CSS */
color: #7dcd2f;
background-color: #7dcd2f;
/* Tailwind (arbitrary) */
class="text-[#7dcd2f] bg-[#7dcd2f]"
/* SCSS */
$brand: #7dcd2f;
/* SwiftUI */
Color(red: 0.490, green: 0.804, blue: 0.184)
/* Android */
Color.parseColor("#7dcd2f")Accessibility — WCAG contrast
Aa
#7dcd2f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dcd2f on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green80.4%
Blue18.4%
CMYK percentages
Cyan39.0%
Magenta0.0%
Yellow77.1%
Key (black)19.6%
Color previews
#7dcd2f text on a black background
contrast 10.65:1
Card sample
#7dcd2f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dcd2f;
Background color
Panel with #7dcd2f background
background-color: #7dcd2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dcd2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 205, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 205, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dcd2f; background: linear-gradient(135deg, #7dcd2f, #2FCD4A);