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