#4fdbae
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
79, 219, 174
HSL
161°, 66%, 58%
CMYK
64, 0, 21, 14
Luminance
0.5538
Every format
| HEX | #4fdbae |
| RGB | rgb(79, 219, 174) |
| HSL | hsl(161, 66%, 58%) |
| CMYK | cmyk(64%, 0%, 21%, 14%) |
| LAB | lab(79.3 -48.2 11.2) |
| LCH | lch(79.3 49.5 167.0) |
| OKLCH | oklch(0.804 0.137 168.0) |
Copy-ready code
/* CSS */
color: #4fdbae;
background-color: #4fdbae;
/* Tailwind (arbitrary) */
class="text-[#4fdbae] bg-[#4fdbae]"
/* SCSS */
$brand: #4fdbae;
/* SwiftUI */
Color(red: 0.310, green: 0.859, blue: 0.682)
/* Android */
Color.parseColor("#4fdbae")Accessibility — WCAG contrast
Aa
#4fdbae on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdbae on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.9%
Blue68.2%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow20.5%
Key (black)14.1%
Color previews
#4fdbae text on a black background
contrast 12.08:1
Card sample
#4fdbae text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdbae;
Background color
Panel with #4fdbae background
background-color: #4fdbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 219, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 219, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdbae; background: linear-gradient(135deg, #4fdbae, #4FABDB);