#4fddcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 221, 203
HSL
172°, 68%, 59%
CMYK
64, 0, 8, 13
Luminance
0.5769
Every format
| HEX | #4fddcb |
| RGB | rgb(79, 221, 203) |
| HSL | hsl(172, 68%, 59%) |
| CMYK | cmyk(64%, 0%, 8%, 13%) |
| LAB | lab(80.6 -42.0 -2.4) |
| LCH | lch(80.6 42.0 183.2) |
| OKLCH | oklch(0.817 0.123 183.3) |
Copy-ready code
/* CSS */
color: #4fddcb;
background-color: #4fddcb;
/* Tailwind (arbitrary) */
class="text-[#4fddcb] bg-[#4fddcb]"
/* SCSS */
$brand: #4fddcb;
/* SwiftUI */
Color(red: 0.310, green: 0.867, blue: 0.796)
/* Android */
Color.parseColor("#4fddcb")Accessibility — WCAG contrast
Aa
#4fddcb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fddcb on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green86.7%
Blue79.6%
CMYK percentages
Cyan64.3%
Magenta0.0%
Yellow8.1%
Key (black)13.3%
Color previews
#4fddcb text on a black background
contrast 12.54:1
Card sample
#4fddcb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fddcb;
Background color
Panel with #4fddcb background
background-color: #4fddcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fddcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 221, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 221, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fddcb; background: linear-gradient(135deg, #4fddcb, #4F90DD);