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