#4fdfab
a balanced, vivid green · cool · closest name: aquamarine
RGB
79, 223, 171
HSL
158°, 69%, 59%
CMYK
65, 0, 23, 13
Luminance
0.5738
Every format
| HEX | #4fdfab |
| RGB | rgb(79, 223, 171) |
| HSL | hsl(158, 69%, 59%) |
| CMYK | cmyk(65%, 0%, 23%, 13%) |
| LAB | lab(80.4 -50.5 14.3) |
| LCH | lch(80.4 52.5 164.1) |
| OKLCH | oklch(0.813 0.144 165.3) |
Copy-ready code
/* CSS */
color: #4fdfab;
background-color: #4fdfab;
/* Tailwind (arbitrary) */
class="text-[#4fdfab] bg-[#4fdfab]"
/* SCSS */
$brand: #4fdfab;
/* SwiftUI */
Color(red: 0.310, green: 0.875, blue: 0.671)
/* Android */
Color.parseColor("#4fdfab")Accessibility — WCAG contrast
Aa
#4fdfab on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdfab on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green87.5%
Blue67.1%
CMYK percentages
Cyan64.6%
Magenta0.0%
Yellow23.3%
Key (black)12.5%
Color previews
#4fdfab text on a black background
contrast 12.48:1
Card sample
#4fdfab text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdfab;
Background color
Panel with #4fdfab background
background-color: #4fdfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 223, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 223, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdfab; background: linear-gradient(135deg, #4fdfab, #4FB3DF);