#4fd9da
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 217, 218
HSL
180°, 65%, 58%
CMYK
64, 1, 0, 15
Luminance
0.5635
Every format
| HEX | #4fd9da |
| RGB | rgb(79, 217, 218) |
| HSL | hsl(180, 65%, 58%) |
| CMYK | cmyk(64%, 1%, 0%, 15%) |
| LAB | lab(79.8 -36.1 -11.5) |
| LCH | lch(79.8 37.9 197.6) |
| OKLCH | oklch(0.812 0.117 195.8) |
Copy-ready code
/* CSS */
color: #4fd9da;
background-color: #4fd9da;
/* Tailwind (arbitrary) */
class="text-[#4fd9da] bg-[#4fd9da]"
/* SCSS */
$brand: #4fd9da;
/* SwiftUI */
Color(red: 0.310, green: 0.851, blue: 0.855)
/* Android */
Color.parseColor("#4fd9da")Accessibility — WCAG contrast
Aa
#4fd9da on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fd9da on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.1%
Blue85.5%
CMYK percentages
Cyan63.8%
Magenta0.5%
Yellow0.0%
Key (black)14.5%
Color previews
#4fd9da text on a black background
contrast 12.27:1
Card sample
#4fd9da text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fd9da;
Background color
Panel with #4fd9da background
background-color: #4fd9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fd9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 217, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 217, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd9da; background: linear-gradient(135deg, #4fd9da, #4F7CDA);