#4fdadf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 218, 223
HSL
182°, 69%, 59%
CMYK
65, 2, 0, 13
Luminance
0.5713
Every format
| HEX | #4fdadf |
| RGB | rgb(79, 218, 223) |
| HSL | hsl(182, 69%, 59%) |
| CMYK | cmyk(65%, 2%, 0%, 13%) |
| LAB | lab(80.3 -35.2 -13.5) |
| LCH | lch(80.3 37.7 200.9) |
| OKLCH | oklch(0.816 0.118 198.5) |
Copy-ready code
/* CSS */
color: #4fdadf;
background-color: #4fdadf;
/* Tailwind (arbitrary) */
class="text-[#4fdadf] bg-[#4fdadf]"
/* SCSS */
$brand: #4fdadf;
/* SwiftUI */
Color(red: 0.310, green: 0.855, blue: 0.875)
/* Android */
Color.parseColor("#4fdadf")Accessibility — WCAG contrast
Aa
#4fdadf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdadf on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.5%
Blue87.5%
CMYK percentages
Cyan64.6%
Magenta2.2%
Yellow0.0%
Key (black)12.5%
Color previews
#4fdadf text on a black background
contrast 12.43:1
Card sample
#4fdadf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdadf;
Background color
Panel with #4fdadf background
background-color: #4fdadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 218, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 218, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdadf; background: linear-gradient(135deg, #4fdadf, #4F7ADF);