#7fd33c
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 211, 60
HSL
93°, 63%, 53%
CMYK
40, 0, 72, 17
Luminance
0.5143
Every format
| HEX | #7fd33c |
| RGB | rgb(127, 211, 60) |
| HSL | hsl(93, 63%, 53%) |
| CMYK | cmyk(40%, 0%, 72%, 17%) |
| LAB | lab(76.9 -49.7 63.1) |
| LCH | lch(76.9 80.3 128.2) |
| OKLCH | oklch(0.784 0.199 134.3) |
Copy-ready code
/* CSS */
color: #7fd33c;
background-color: #7fd33c;
/* Tailwind (arbitrary) */
class="text-[#7fd33c] bg-[#7fd33c]"
/* SCSS */
$brand: #7fd33c;
/* SwiftUI */
Color(red: 0.498, green: 0.827, blue: 0.235)
/* Android */
Color.parseColor("#7fd33c")Accessibility — WCAG contrast
Aa
#7fd33c on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd33c on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green82.7%
Blue23.5%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow71.6%
Key (black)17.3%
Color previews
#7fd33c text on a black background
contrast 11.29:1
Card sample
#7fd33c text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd33c;
Background color
Panel with #7fd33c background
background-color: #7fd33c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd33c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 211, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 211, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd33c; background: linear-gradient(135deg, #7fd33c, #3CD35E);