#3af569
a balanced, electric green · cool · closest name: lime
RGB
58, 245, 105
HSL
135°, 90%, 59%
CMYK
76, 0, 57, 4
Luminance
0.6722
Every format
| HEX | #3af569 |
| RGB | rgb(58, 245, 105) |
| HSL | hsl(135, 90%, 59%) |
| CMYK | cmyk(76%, 0%, 57%, 4%) |
| LAB | lab(85.6 -73.1 53.7) |
| LCH | lch(85.6 90.7 143.7) |
| OKLCH | oklch(0.852 0.234 147.1) |
Copy-ready code
/* CSS */
color: #3af569;
background-color: #3af569;
/* Tailwind (arbitrary) */
class="text-[#3af569] bg-[#3af569]"
/* SCSS */
$brand: #3af569;
/* SwiftUI */
Color(red: 0.227, green: 0.961, blue: 0.412)
/* Android */
Color.parseColor("#3af569")Accessibility — WCAG contrast
Aa
#3af569 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af569 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green96.1%
Blue41.2%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow57.1%
Key (black)3.9%
Color previews
#3af569 text on a black background
contrast 14.44:1
Card sample
#3af569 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af569;
Background color
Panel with #3af569 background
background-color: #3af569;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af569;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 245, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 245, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af569; background: linear-gradient(135deg, #3af569, #3AF5E6);