#4af79f
a balanced, electric green · cool · closest name: aquamarine
RGB
74, 247, 159
HSL
150°, 92%, 63%
CMYK
70, 0, 36, 3
Luminance
0.7048
Every format
| HEX | #4af79f |
| RGB | rgb(74, 247, 159) |
| HSL | hsl(150, 92%, 63%) |
| CMYK | cmyk(70%, 0%, 36%, 3%) |
| LAB | lab(87.2 -63.1 29.9) |
| LCH | lch(87.2 69.8 154.6) |
| OKLCH | oklch(0.868 0.186 156.2) |
Copy-ready code
/* CSS */
color: #4af79f;
background-color: #4af79f;
/* Tailwind (arbitrary) */
class="text-[#4af79f] bg-[#4af79f]"
/* SCSS */
$brand: #4af79f;
/* SwiftUI */
Color(red: 0.290, green: 0.969, blue: 0.624)
/* Android */
Color.parseColor("#4af79f")Accessibility — WCAG contrast
Aa
#4af79f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4af79f on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green96.9%
Blue62.4%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow35.6%
Key (black)3.1%
Color previews
#4af79f text on a black background
contrast 15.10:1
Card sample
#4af79f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4af79f;
Background color
Panel with #4af79f background
background-color: #4af79f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4af79f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 247, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 247, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4af79f; background: linear-gradient(135deg, #4af79f, #4ADCF7);