#4fdbab
a balanced, vivid green · cool · closest name: aquamarine
RGB
79, 219, 171
HSL
159°, 66%, 58%
CMYK
64, 0, 22, 14
Luminance
0.5527
Every format
| HEX | #4fdbab |
| RGB | rgb(79, 219, 171) |
| HSL | hsl(159, 66%, 58%) |
| CMYK | cmyk(64%, 0%, 22%, 14%) |
| LAB | lab(79.2 -48.9 12.7) |
| LCH | lch(79.2 50.5 165.5) |
| OKLCH | oklch(0.803 0.139 166.6) |
Copy-ready code
/* CSS */
color: #4fdbab;
background-color: #4fdbab;
/* Tailwind (arbitrary) */
class="text-[#4fdbab] bg-[#4fdbab]"
/* SCSS */
$brand: #4fdbab;
/* SwiftUI */
Color(red: 0.310, green: 0.859, blue: 0.671)
/* Android */
Color.parseColor("#4fdbab")Accessibility — WCAG contrast
Aa
#4fdbab on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdbab on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.9%
Blue67.1%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow21.9%
Key (black)14.1%
Color previews
#4fdbab text on a black background
contrast 12.05:1
Card sample
#4fdbab text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdbab;
Background color
Panel with #4fdbab background
background-color: #4fdbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 219, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 219, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdbab; background: linear-gradient(135deg, #4fdbab, #4FAEDB);