#4ec4ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
78, 196, 186
HSL
175°, 50%, 54%
CMYK
60, 0, 5, 23
Luminance
0.4464
Every format
| HEX | #4ec4ba |
| RGB | rgb(78, 196, 186) |
| HSL | hsl(175, 50%, 54%) |
| CMYK | cmyk(60%, 0%, 5%, 23%) |
| LAB | lab(72.7 -35.2 -4.9) |
| LCH | lch(72.7 35.6 187.9) |
| OKLCH | oklch(0.751 0.106 187.4) |
Copy-ready code
/* CSS */
color: #4ec4ba;
background-color: #4ec4ba;
/* Tailwind (arbitrary) */
class="text-[#4ec4ba] bg-[#4ec4ba]"
/* SCSS */
$brand: #4ec4ba;
/* SwiftUI */
Color(red: 0.306, green: 0.769, blue: 0.729)
/* Android */
Color.parseColor("#4ec4ba")Accessibility — WCAG contrast
Aa
#4ec4ba on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ec4ba on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green76.9%
Blue72.9%
CMYK percentages
Cyan60.2%
Magenta0.0%
Yellow5.1%
Key (black)23.1%
Color previews
#4ec4ba text on a black background
contrast 9.93:1
Card sample
#4ec4ba text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ec4ba;
Background color
Panel with #4ec4ba background
background-color: #4ec4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ec4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 196, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 196, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ec4ba; background: linear-gradient(135deg, #4ec4ba, #4E7FC4);