#7dcd3f
a balanced, vivid green · cool · closest name: forestgreen
RGB
125, 205, 63
HSL
94°, 59%, 53%
CMYK
39, 0, 69, 20
Luminance
0.4838
Every format
| HEX | #7dcd3f |
| RGB | rgb(125, 205, 63) |
| HSL | hsl(94, 59%, 53%) |
| CMYK | cmyk(39%, 0%, 69%, 20%) |
| LAB | lab(75.1 -47.7 60.1) |
| LCH | lch(75.1 76.7 128.4) |
| OKLCH | oklch(0.769 0.191 134.4) |
Copy-ready code
/* CSS */
color: #7dcd3f;
background-color: #7dcd3f;
/* Tailwind (arbitrary) */
class="text-[#7dcd3f] bg-[#7dcd3f]"
/* SCSS */
$brand: #7dcd3f;
/* SwiftUI */
Color(red: 0.490, green: 0.804, blue: 0.247)
/* Android */
Color.parseColor("#7dcd3f")Accessibility — WCAG contrast
Aa
#7dcd3f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dcd3f on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green80.4%
Blue24.7%
CMYK percentages
Cyan39.0%
Magenta0.0%
Yellow69.3%
Key (black)19.6%
Color previews
#7dcd3f text on a black background
contrast 10.68:1
Card sample
#7dcd3f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dcd3f;
Background color
Panel with #7dcd3f background
background-color: #7dcd3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dcd3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 205, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 205, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dcd3f; background: linear-gradient(135deg, #7dcd3f, #3FCD5F);