#4ec7ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
78, 199, 186
HSL
174°, 52%, 54%
CMYK
61, 0, 7, 22
Luminance
0.4601
Every format
| HEX | #4ec7ba |
| RGB | rgb(78, 199, 186) |
| HSL | hsl(174, 52%, 54%) |
| CMYK | cmyk(61%, 0%, 7%, 22%) |
| LAB | lab(73.5 -36.6 -3.5) |
| LCH | lch(73.5 36.8 185.5) |
| OKLCH | oklch(0.758 0.109 185.3) |
Copy-ready code
/* CSS */
color: #4ec7ba;
background-color: #4ec7ba;
/* Tailwind (arbitrary) */
class="text-[#4ec7ba] bg-[#4ec7ba]"
/* SCSS */
$brand: #4ec7ba;
/* SwiftUI */
Color(red: 0.306, green: 0.780, blue: 0.729)
/* Android */
Color.parseColor("#4ec7ba")Accessibility — WCAG contrast
Aa
#4ec7ba on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ec7ba on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green78.0%
Blue72.9%
CMYK percentages
Cyan60.8%
Magenta0.0%
Yellow6.5%
Key (black)22.0%
Color previews
#4ec7ba text on a black background
contrast 10.20:1
Card sample
#4ec7ba text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ec7ba;
Background color
Panel with #4ec7ba background
background-color: #4ec7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ec7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 199, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 199, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ec7ba; background: linear-gradient(135deg, #4ec7ba, #4E83C7);