#4ee4d6
a balanced, vivid cyan · cool · “turquoise”
RGB
78, 228, 214
HSL
174°, 74%, 60%
CMYK
66, 0, 6, 11
Luminance
0.6196
Every format
| HEX | #4ee4d6 |
| RGB | rgb(78, 228, 214) |
| HSL | hsl(174, 74%, 60%) |
| CMYK | cmyk(66%, 0%, 6%, 11%) |
| LAB | lab(82.9 -42.4 -4.8) |
| LCH | lch(82.9 42.6 186.4) |
| OKLCH | oklch(0.837 0.127 186.2) |
Copy-ready code
/* CSS */
color: #4ee4d6;
background-color: #4ee4d6;
/* Tailwind (arbitrary) */
class="text-[#4ee4d6] bg-[#4ee4d6]"
/* SCSS */
$brand: #4ee4d6;
/* SwiftUI */
Color(red: 0.306, green: 0.894, blue: 0.839)
/* Android */
Color.parseColor("#4ee4d6")Accessibility — WCAG contrast
Aa
#4ee4d6 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ee4d6 on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green89.4%
Blue83.9%
CMYK percentages
Cyan65.8%
Magenta0.0%
Yellow6.1%
Key (black)10.6%
Color previews
#4ee4d6 text on a black background
contrast 13.39:1
Card sample
#4ee4d6 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ee4d6;
Background color
Panel with #4ee4d6 background
background-color: #4ee4d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ee4d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 228, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 228, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ee4d6; background: linear-gradient(135deg, #4ee4d6, #4E8EE4);