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