#4fdaad
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
79, 218, 173
HSL
161°, 65%, 58%
CMYK
64, 0, 21, 15
Luminance
0.5482
Every format
| HEX | #4fdaad |
| RGB | rgb(79, 218, 173) |
| HSL | hsl(161, 65%, 58%) |
| CMYK | cmyk(64%, 0%, 21%, 15%) |
| LAB | lab(78.9 -48.0 11.2) |
| LCH | lch(78.9 49.3 166.8) |
| OKLCH | oklch(0.801 0.137 167.9) |
Copy-ready code
/* CSS */
color: #4fdaad;
background-color: #4fdaad;
/* Tailwind (arbitrary) */
class="text-[#4fdaad] bg-[#4fdaad]"
/* SCSS */
$brand: #4fdaad;
/* SwiftUI */
Color(red: 0.310, green: 0.855, blue: 0.678)
/* Android */
Color.parseColor("#4fdaad")Accessibility — WCAG contrast
Aa
#4fdaad on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdaad on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.5%
Blue67.8%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow20.6%
Key (black)14.5%
Color previews
#4fdaad text on a black background
contrast 11.96:1
Card sample
#4fdaad text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdaad;
Background color
Panel with #4fdaad background
background-color: #4fdaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 218, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 218, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdaad; background: linear-gradient(135deg, #4fdaad, #4FAADA);