#3af950
a balanced, electric green · cool · closest name: lime
RGB
58, 249, 80
HSL
127°, 94%, 60%
CMYK
77, 0, 68, 2
Luminance
0.6923
Every format
| HEX | #3af950 |
| RGB | rgb(58, 249, 80) |
| HSL | hsl(127, 94%, 60%) |
| CMYK | cmyk(77%, 0%, 68%, 2%) |
| LAB | lab(86.6 -77.0 65.2) |
| LCH | lch(86.6 100.9 139.8) |
| OKLCH | oklch(0.859 0.256 144.3) |
Copy-ready code
/* CSS */
color: #3af950;
background-color: #3af950;
/* Tailwind (arbitrary) */
class="text-[#3af950] bg-[#3af950]"
/* SCSS */
$brand: #3af950;
/* SwiftUI */
Color(red: 0.227, green: 0.976, blue: 0.314)
/* Android */
Color.parseColor("#3af950")Accessibility — WCAG contrast
Aa
#3af950 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af950 on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green97.6%
Blue31.4%
CMYK percentages
Cyan76.7%
Magenta0.0%
Yellow67.9%
Key (black)2.4%
Color previews
#3af950 text on a black background
contrast 14.85:1
Card sample
#3af950 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af950;
Background color
Panel with #3af950 background
background-color: #3af950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 249, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 249, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af950; background: linear-gradient(135deg, #3af950, #3AF9CF);