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