#4fdcac
a balanced, vivid green · cool · closest name: aquamarine
RGB
79, 220, 172
HSL
160°, 67%, 59%
CMYK
64, 0, 22, 14
Luminance
0.5583
Every format
| HEX | #4fdcac |
| RGB | rgb(79, 220, 172) |
| HSL | hsl(160, 67%, 59%) |
| CMYK | cmyk(64%, 0%, 22%, 14%) |
| LAB | lab(79.5 -49.1 12.6) |
| LCH | lch(79.5 50.6 165.6) |
| OKLCH | oklch(0.806 0.140 166.7) |
Copy-ready code
/* CSS */
color: #4fdcac;
background-color: #4fdcac;
/* Tailwind (arbitrary) */
class="text-[#4fdcac] bg-[#4fdcac]"
/* SCSS */
$brand: #4fdcac;
/* SwiftUI */
Color(red: 0.310, green: 0.863, blue: 0.675)
/* Android */
Color.parseColor("#4fdcac")Accessibility — WCAG contrast
Aa
#4fdcac on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdcac on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green86.3%
Blue67.5%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow21.8%
Key (black)13.7%
Color previews
#4fdcac text on a black background
contrast 12.17:1
Card sample
#4fdcac text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdcac;
Background color
Panel with #4fdcac background
background-color: #4fdcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 220, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 220, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdcac; background: linear-gradient(135deg, #4fdcac, #4FAEDC);