#4fe0df
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 224, 223
HSL
180°, 70%, 59%
CMYK
65, 0, 0, 12
Luminance
0.6030
Every format
| HEX | #4fe0df |
| RGB | rgb(79, 224, 223) |
| HSL | hsl(180, 70%, 59%) |
| CMYK | cmyk(65%, 0%, 0%, 12%) |
| LAB | lab(82.0 -38.0 -10.9) |
| LCH | lch(82.0 39.5 196.0) |
| OKLCH | oklch(0.831 0.121 194.4) |
Copy-ready code
/* CSS */
color: #4fe0df;
background-color: #4fe0df;
/* Tailwind (arbitrary) */
class="text-[#4fe0df] bg-[#4fe0df]"
/* SCSS */
$brand: #4fe0df;
/* SwiftUI */
Color(red: 0.310, green: 0.878, blue: 0.875)
/* Android */
Color.parseColor("#4fe0df")Accessibility — WCAG contrast
Aa
#4fe0df on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fe0df on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green87.8%
Blue87.5%
CMYK percentages
Cyan64.7%
Magenta0.0%
Yellow0.4%
Key (black)12.2%
Color previews
#4fe0df text on a black background
contrast 13.06:1
Card sample
#4fe0df text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fe0df;
Background color
Panel with #4fe0df background
background-color: #4fe0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fe0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 224, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 224, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fe0df; background: linear-gradient(135deg, #4fe0df, #4F80E0);