#3af498
a balanced, electric green · cool · closest name: aquamarine
RGB
58, 244, 152
HSL
150°, 89%, 59%
CMYK
76, 0, 38, 4
Luminance
0.6787
Every format
| HEX | #3af498 |
| RGB | rgb(58, 244, 152) |
| HSL | hsl(150, 89%, 59%) |
| CMYK | cmyk(76%, 0%, 38%, 4%) |
| LAB | lab(85.9 -65.5 31.7) |
| LCH | lch(85.9 72.7 154.2) |
| OKLCH | oklch(0.856 0.194 155.8) |
Copy-ready code
/* CSS */
color: #3af498;
background-color: #3af498;
/* Tailwind (arbitrary) */
class="text-[#3af498] bg-[#3af498]"
/* SCSS */
$brand: #3af498;
/* SwiftUI */
Color(red: 0.227, green: 0.957, blue: 0.596)
/* Android */
Color.parseColor("#3af498")Accessibility — WCAG contrast
Aa
#3af498 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af498 on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green95.7%
Blue59.6%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow37.7%
Key (black)4.3%
Color previews
#3af498 text on a black background
contrast 14.57:1
Card sample
#3af498 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af498;
Background color
Panel with #3af498 background
background-color: #3af498;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af498;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 244, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 244, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af498; background: linear-gradient(135deg, #3af498, #3AD4F4);