#4afdbf
a balanced, electric green · cool · closest name: aquamarine
RGB
74, 253, 191
HSL
159°, 98%, 64%
CMYK
71, 0, 25, 1
Luminance
0.7547
Every format
| HEX | #4afdbf |
| RGB | rgb(74, 253, 191) |
| HSL | hsl(159, 98%, 64%) |
| CMYK | cmyk(71%, 0%, 25%, 1%) |
| LAB | lab(89.6 -58.9 16.9) |
| LCH | lch(89.6 61.2 164.0) |
| OKLCH | oklch(0.890 0.168 165.1) |
Copy-ready code
/* CSS */
color: #4afdbf;
background-color: #4afdbf;
/* Tailwind (arbitrary) */
class="text-[#4afdbf] bg-[#4afdbf]"
/* SCSS */
$brand: #4afdbf;
/* SwiftUI */
Color(red: 0.290, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#4afdbf")Accessibility — WCAG contrast
Aa
#4afdbf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4afdbf on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green99.2%
Blue74.9%
CMYK percentages
Cyan70.8%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#4afdbf text on a black background
contrast 16.09:1
Card sample
#4afdbf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4afdbf;
Background color
Panel with #4afdbf background
background-color: #4afdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4afdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4afdbf; background: linear-gradient(135deg, #4afdbf, #4AC4FD);