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