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