#7fdb39
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 219, 57
HSL
94°, 69%, 54%
CMYK
42, 0, 74, 14
Luminance
0.5547
Every format
| HEX | #7fdb39 |
| RGB | rgb(127, 219, 57) |
| HSL | hsl(94, 69%, 54%) |
| CMYK | cmyk(42%, 0%, 74%, 14%) |
| LAB | lab(79.3 -53.0 66.5) |
| LCH | lch(79.3 85.1 128.6) |
| OKLCH | oklch(0.804 0.210 134.9) |
Copy-ready code
/* CSS */
color: #7fdb39;
background-color: #7fdb39;
/* Tailwind (arbitrary) */
class="text-[#7fdb39] bg-[#7fdb39]"
/* SCSS */
$brand: #7fdb39;
/* SwiftUI */
Color(red: 0.498, green: 0.859, blue: 0.224)
/* Android */
Color.parseColor("#7fdb39")Accessibility — WCAG contrast
Aa
#7fdb39 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdb39 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.9%
Blue22.4%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow74.0%
Key (black)14.1%
Color previews
#7fdb39 text on a black background
contrast 12.09:1
Card sample
#7fdb39 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdb39;
Background color
Panel with #7fdb39 background
background-color: #7fdb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 219, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 219, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdb39; background: linear-gradient(135deg, #7fdb39, #39DB5F);