#4fc49d
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 196, 157
HSL
160°, 50%, 54%
CMYK
60, 0, 20, 23
Luminance
0.4358
Every format
| HEX | #4fc49d |
| RGB | rgb(79, 196, 157) |
| HSL | hsl(160, 50%, 54%) |
| CMYK | cmyk(60%, 0%, 20%, 23%) |
| LAB | lab(71.9 -42.3 9.9) |
| LCH | lch(71.9 43.4 166.9) |
| OKLCH | oklch(0.743 0.121 167.9) |
Copy-ready code
/* CSS */
color: #4fc49d;
background-color: #4fc49d;
/* Tailwind (arbitrary) */
class="text-[#4fc49d] bg-[#4fc49d]"
/* SCSS */
$brand: #4fc49d;
/* SwiftUI */
Color(red: 0.310, green: 0.769, blue: 0.616)
/* Android */
Color.parseColor("#4fc49d")Accessibility — WCAG contrast
Aa
#4fc49d on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fc49d on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green76.9%
Blue61.6%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow19.9%
Key (black)23.1%
Color previews
#4fc49d text on a black background
contrast 9.72:1
Card sample
#4fc49d text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fc49d;
Background color
Panel with #4fc49d background
background-color: #4fc49d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fc49d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 196, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 196, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fc49d; background: linear-gradient(135deg, #4fc49d, #4F9DC4);