#4fd4ac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 212, 172
HSL
162°, 61%, 57%
CMYK
63, 0, 19, 17
Luminance
0.5173
Every format
| HEX | #4fd4ac |
| RGB | rgb(79, 212, 172) |
| HSL | hsl(162, 61%, 57%) |
| CMYK | cmyk(63%, 0%, 19%, 17%) |
| LAB | lab(77.1 -45.7 9.2) |
| LCH | lch(77.1 46.6 168.6) |
| OKLCH | oklch(0.786 0.130 169.6) |
Copy-ready code
/* CSS */
color: #4fd4ac;
background-color: #4fd4ac;
/* Tailwind (arbitrary) */
class="text-[#4fd4ac] bg-[#4fd4ac]"
/* SCSS */
$brand: #4fd4ac;
/* SwiftUI */
Color(red: 0.310, green: 0.831, blue: 0.675)
/* Android */
Color.parseColor("#4fd4ac")Accessibility — WCAG contrast
Aa
#4fd4ac on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fd4ac on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green83.1%
Blue67.5%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow18.9%
Key (black)16.9%
Color previews
#4fd4ac text on a black background
contrast 11.35:1
Card sample
#4fd4ac text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fd4ac;
Background color
Panel with #4fd4ac background
background-color: #4fd4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fd4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 212, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 212, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd4ac; background: linear-gradient(135deg, #4fd4ac, #4FA3D4);