#4fc4af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 196, 175
HSL
169°, 50%, 54%
CMYK
60, 0, 11, 23
Luminance
0.4424
Every format
| HEX | #4fc4af |
| RGB | rgb(79, 196, 175) |
| HSL | hsl(169, 50%, 54%) |
| CMYK | cmyk(60%, 0%, 11%, 23%) |
| LAB | lab(72.4 -37.9 0.7) |
| LCH | lch(72.4 37.9 178.9) |
| OKLCH | oklch(0.748 0.110 179.3) |
Copy-ready code
/* CSS */
color: #4fc4af;
background-color: #4fc4af;
/* Tailwind (arbitrary) */
class="text-[#4fc4af] bg-[#4fc4af]"
/* SCSS */
$brand: #4fc4af;
/* SwiftUI */
Color(red: 0.310, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#4fc4af")Accessibility — WCAG contrast
Aa
#4fc4af on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fc4af on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green76.9%
Blue68.6%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#4fc4af text on a black background
contrast 9.85:1
Card sample
#4fc4af text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fc4af;
Background color
Panel with #4fc4af background
background-color: #4fc4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fc4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fc4af; background: linear-gradient(135deg, #4fc4af, #4F8BC4);