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