#4fdbb2
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
79, 219, 178
HSL
162°, 66%, 58%
CMYK
64, 0, 19, 14
Luminance
0.5554
Every format
| HEX | #4fdbb2 |
| RGB | rgb(79, 219, 178) |
| HSL | hsl(162, 66%, 58%) |
| CMYK | cmyk(64%, 0%, 19%, 14%) |
| LAB | lab(79.3 -47.3 9.2) |
| LCH | lch(79.3 48.1 169.0) |
| OKLCH | oklch(0.805 0.134 170.0) |
Copy-ready code
/* CSS */
color: #4fdbb2;
background-color: #4fdbb2;
/* Tailwind (arbitrary) */
class="text-[#4fdbb2] bg-[#4fdbb2]"
/* SCSS */
$brand: #4fdbb2;
/* SwiftUI */
Color(red: 0.310, green: 0.859, blue: 0.698)
/* Android */
Color.parseColor("#4fdbb2")Accessibility — WCAG contrast
Aa
#4fdbb2 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdbb2 on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.9%
Blue69.8%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow18.7%
Key (black)14.1%
Color previews
#4fdbb2 text on a black background
contrast 12.11:1
Card sample
#4fdbb2 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdbb2;
Background color
Panel with #4fdbb2 background
background-color: #4fdbb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdbb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 219, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 219, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdbb2; background: linear-gradient(135deg, #4fdbb2, #4FA7DB);