#3af85d
a balanced, electric green · cool · closest name: lime
RGB
58, 248, 93
HSL
131°, 93%, 60%
CMYK
77, 0, 63, 3
Luminance
0.6882
Every format
| HEX | #3af85d |
| RGB | rgb(58, 248, 93) |
| HSL | hsl(131, 93%, 60%) |
| CMYK | cmyk(77%, 0%, 63%, 3%) |
| LAB | lab(86.4 -75.4 59.8) |
| LCH | lch(86.4 96.3 141.6) |
| OKLCH | oklch(0.858 0.247 145.5) |
Copy-ready code
/* CSS */
color: #3af85d;
background-color: #3af85d;
/* Tailwind (arbitrary) */
class="text-[#3af85d] bg-[#3af85d]"
/* SCSS */
$brand: #3af85d;
/* SwiftUI */
Color(red: 0.227, green: 0.973, blue: 0.365)
/* Android */
Color.parseColor("#3af85d")Accessibility — WCAG contrast
Aa
#3af85d on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af85d on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green97.3%
Blue36.5%
CMYK percentages
Cyan76.6%
Magenta0.0%
Yellow62.5%
Key (black)2.7%
Color previews
#3af85d text on a black background
contrast 14.76:1
Card sample
#3af85d text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af85d;
Background color
Panel with #3af85d background
background-color: #3af85d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af85d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 248, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 248, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af85d; background: linear-gradient(135deg, #3af85d, #3AF8DC);