#4fdabc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 218, 188
HSL
167°, 65%, 58%
CMYK
64, 0, 14, 15
Luminance
0.5544
Every format
| HEX | #4fdabc |
| RGB | rgb(79, 218, 188) |
| HSL | hsl(167, 65%, 58%) |
| CMYK | cmyk(64%, 0%, 14%, 15%) |
| LAB | lab(79.3 -44.4 3.8) |
| LCH | lch(79.3 44.6 175.2) |
| OKLCH | oklch(0.805 0.127 175.8) |
Copy-ready code
/* CSS */
color: #4fdabc;
background-color: #4fdabc;
/* Tailwind (arbitrary) */
class="text-[#4fdabc] bg-[#4fdabc]"
/* SCSS */
$brand: #4fdabc;
/* SwiftUI */
Color(red: 0.310, green: 0.855, blue: 0.737)
/* Android */
Color.parseColor("#4fdabc")Accessibility — WCAG contrast
Aa
#4fdabc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdabc on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.5%
Blue73.7%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow13.8%
Key (black)14.5%
Color previews
#4fdabc text on a black background
contrast 12.09:1
Card sample
#4fdabc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdabc;
Background color
Panel with #4fdabc background
background-color: #4fdabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 218, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 218, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdabc; background: linear-gradient(135deg, #4fdabc, #4F9BDA);