#4eccb2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
78, 204, 178
HSL
168°, 55%, 55%
CMYK
62, 0, 13, 20
Luminance
0.4802
Every format
| HEX | #4eccb2 |
| RGB | rgb(78, 204, 178) |
| HSL | hsl(168, 55%, 55%) |
| CMYK | cmyk(62%, 0%, 13%, 20%) |
| LAB | lab(74.8 -40.9 2.7) |
| LCH | lch(74.8 41.0 176.3) |
| OKLCH | oklch(0.768 0.117 176.9) |
Copy-ready code
/* CSS */
color: #4eccb2;
background-color: #4eccb2;
/* Tailwind (arbitrary) */
class="text-[#4eccb2] bg-[#4eccb2]"
/* SCSS */
$brand: #4eccb2;
/* SwiftUI */
Color(red: 0.306, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#4eccb2")Accessibility — WCAG contrast
Aa
#4eccb2 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eccb2 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green80.0%
Blue69.8%
CMYK percentages
Cyan61.8%
Magenta0.0%
Yellow12.7%
Key (black)20.0%
Color previews
#4eccb2 text on a black background
contrast 10.60:1
Card sample
#4eccb2 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eccb2;
Background color
Panel with #4eccb2 background
background-color: #4eccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eccb2; background: linear-gradient(135deg, #4eccb2, #4E92CC);