#4fdbc6
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 219, 198
HSL
171°, 66%, 58%
CMYK
64, 0, 10, 14
Luminance
0.5640
Every format
| HEX | #4fdbc6 |
| RGB | rgb(79, 219, 198) |
| HSL | hsl(171, 66%, 58%) |
| CMYK | cmyk(64%, 0%, 10%, 14%) |
| LAB | lab(79.8 -42.4 -0.8) |
| LCH | lch(79.8 42.4 181.0) |
| OKLCH | oklch(0.811 0.123 181.3) |
Copy-ready code
/* CSS */
color: #4fdbc6;
background-color: #4fdbc6;
/* Tailwind (arbitrary) */
class="text-[#4fdbc6] bg-[#4fdbc6]"
/* SCSS */
$brand: #4fdbc6;
/* SwiftUI */
Color(red: 0.310, green: 0.859, blue: 0.776)
/* Android */
Color.parseColor("#4fdbc6")Accessibility — WCAG contrast
Aa
#4fdbc6 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdbc6 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.9%
Blue77.6%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow9.6%
Key (black)14.1%
Color previews
#4fdbc6 text on a black background
contrast 12.28:1
Card sample
#4fdbc6 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdbc6;
Background color
Panel with #4fdbc6 background
background-color: #4fdbc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdbc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 219, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 219, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdbc6; background: linear-gradient(135deg, #4fdbc6, #4F93DB);