#4ee4cf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
78, 228, 207
HSL
172°, 74%, 60%
CMYK
66, 0, 9, 11
Luminance
0.6161
Every format
| HEX | #4ee4cf |
| RGB | rgb(78, 228, 207) |
| HSL | hsl(172, 74%, 60%) |
| CMYK | cmyk(66%, 0%, 9%, 11%) |
| LAB | lab(82.7 -44.2 -1.4) |
| LCH | lch(82.7 44.2 181.8) |
| OKLCH | oklch(0.835 0.129 181.9) |
Copy-ready code
/* CSS */
color: #4ee4cf;
background-color: #4ee4cf;
/* Tailwind (arbitrary) */
class="text-[#4ee4cf] bg-[#4ee4cf]"
/* SCSS */
$brand: #4ee4cf;
/* SwiftUI */
Color(red: 0.306, green: 0.894, blue: 0.812)
/* Android */
Color.parseColor("#4ee4cf")Accessibility — WCAG contrast
Aa
#4ee4cf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ee4cf on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green89.4%
Blue81.2%
CMYK percentages
Cyan65.8%
Magenta0.0%
Yellow9.2%
Key (black)10.6%
Color previews
#4ee4cf text on a black background
contrast 13.32:1
Card sample
#4ee4cf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ee4cf;
Background color
Panel with #4ee4cf background
background-color: #4ee4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ee4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 228, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 228, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ee4cf; background: linear-gradient(135deg, #4ee4cf, #4E95E4);