#4afabd
a balanced, electric green · cool · closest name: aquamarine
RGB
74, 250, 189
HSL
159°, 95%, 64%
CMYK
70, 0, 24, 2
Luminance
0.7350
Every format
| HEX | #4afabd |
| RGB | rgb(74, 250, 189) |
| HSL | hsl(159, 95%, 64%) |
| CMYK | cmyk(70%, 0%, 24%, 2%) |
| LAB | lab(88.7 -58.1 16.6) |
| LCH | lch(88.7 60.5 164.0) |
| OKLCH | oklch(0.882 0.166 165.1) |
Copy-ready code
/* CSS */
color: #4afabd;
background-color: #4afabd;
/* Tailwind (arbitrary) */
class="text-[#4afabd] bg-[#4afabd]"
/* SCSS */
$brand: #4afabd;
/* SwiftUI */
Color(red: 0.290, green: 0.980, blue: 0.741)
/* Android */
Color.parseColor("#4afabd")Accessibility — WCAG contrast
Aa
#4afabd on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4afabd on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green98.0%
Blue74.1%
CMYK percentages
Cyan70.4%
Magenta0.0%
Yellow24.4%
Key (black)2.0%
Color previews
#4afabd text on a black background
contrast 15.70:1
Card sample
#4afabd text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4afabd;
Background color
Panel with #4afabd background
background-color: #4afabd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4afabd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 250, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 250, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4afabd; background: linear-gradient(135deg, #4afabd, #4AC2FA);