#4fdacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 218, 207
HSL
175°, 65%, 58%
CMYK
64, 0, 5, 15
Luminance
0.5631
Every format
| HEX | #4fdacf |
| RGB | rgb(79, 218, 207) |
| HSL | hsl(175, 65%, 58%) |
| CMYK | cmyk(64%, 0%, 5%, 15%) |
| LAB | lab(79.8 -39.6 -5.6) |
| LCH | lch(79.8 40.0 188.1) |
| OKLCH | oklch(0.811 0.119 187.6) |
Copy-ready code
/* CSS */
color: #4fdacf;
background-color: #4fdacf;
/* Tailwind (arbitrary) */
class="text-[#4fdacf] bg-[#4fdacf]"
/* SCSS */
$brand: #4fdacf;
/* SwiftUI */
Color(red: 0.310, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#4fdacf")Accessibility — WCAG contrast
Aa
#4fdacf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdacf on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.5%
Blue81.2%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#4fdacf text on a black background
contrast 12.26:1
Card sample
#4fdacf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdacf;
Background color
Panel with #4fdacf background
background-color: #4fdacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdacf; background: linear-gradient(135deg, #4fdacf, #4F88DA);