#4fdcd4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 220, 212
HSL
177°, 67%, 59%
CMYK
64, 0, 4, 14
Luminance
0.5760
Every format
| HEX | #4fdcd4 |
| RGB | rgb(79, 220, 212) |
| HSL | hsl(177, 67%, 59%) |
| CMYK | cmyk(64%, 0%, 4%, 14%) |
| LAB | lab(80.5 -39.2 -7.2) |
| LCH | lch(80.5 39.8 190.5) |
| OKLCH | oklch(0.818 0.120 189.7) |
Copy-ready code
/* CSS */
color: #4fdcd4;
background-color: #4fdcd4;
/* Tailwind (arbitrary) */
class="text-[#4fdcd4] bg-[#4fdcd4]"
/* SCSS */
$brand: #4fdcd4;
/* SwiftUI */
Color(red: 0.310, green: 0.863, blue: 0.831)
/* Android */
Color.parseColor("#4fdcd4")Accessibility — WCAG contrast
Aa
#4fdcd4 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdcd4 on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green86.3%
Blue83.1%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow3.6%
Key (black)13.7%
Color previews
#4fdcd4 text on a black background
contrast 12.52:1
Card sample
#4fdcd4 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdcd4;
Background color
Panel with #4fdcd4 background
background-color: #4fdcd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdcd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 220, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 220, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdcd4; background: linear-gradient(135deg, #4fdcd4, #4F86DC);