#3af95c
a balanced, electric green · cool · closest name: lime
RGB
58, 249, 92
HSL
131°, 94%, 60%
CMYK
77, 0, 63, 2
Luminance
0.6942
Every format
| HEX | #3af95c |
| RGB | rgb(58, 249, 92) |
| HSL | hsl(131, 94%, 60%) |
| CMYK | cmyk(77%, 0%, 63%, 2%) |
| LAB | lab(86.7 -75.8 60.5) |
| LCH | lch(86.7 97.0 141.4) |
| OKLCH | oklch(0.860 0.248 145.4) |
Copy-ready code
/* CSS */
color: #3af95c;
background-color: #3af95c;
/* Tailwind (arbitrary) */
class="text-[#3af95c] bg-[#3af95c]"
/* SCSS */
$brand: #3af95c;
/* SwiftUI */
Color(red: 0.227, green: 0.976, blue: 0.361)
/* Android */
Color.parseColor("#3af95c")Accessibility — WCAG contrast
Aa
#3af95c on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af95c on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green97.6%
Blue36.1%
CMYK percentages
Cyan76.7%
Magenta0.0%
Yellow63.1%
Key (black)2.4%
Color previews
#3af95c text on a black background
contrast 14.88:1
Card sample
#3af95c text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af95c;
Background color
Panel with #3af95c background
background-color: #3af95c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af95c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 249, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 249, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af95c; background: linear-gradient(135deg, #3af95c, #3AF9DB);