#4ecccf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
78, 204, 207
HSL
181°, 57%, 56%
CMYK
62, 1, 0, 19
Luminance
0.4931
Every format
| HEX | #4ecccf |
| RGB | rgb(78, 204, 207) |
| HSL | hsl(181, 57%, 56%) |
| CMYK | cmyk(62%, 1%, 0%, 19%) |
| LAB | lab(75.6 -33.3 -11.8) |
| LCH | lch(75.6 35.3 199.5) |
| OKLCH | oklch(0.777 0.110 197.4) |
Copy-ready code
/* CSS */
color: #4ecccf;
background-color: #4ecccf;
/* Tailwind (arbitrary) */
class="text-[#4ecccf] bg-[#4ecccf]"
/* SCSS */
$brand: #4ecccf;
/* SwiftUI */
Color(red: 0.306, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#4ecccf")Accessibility — WCAG contrast
Aa
#4ecccf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ecccf on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green80.0%
Blue81.2%
CMYK percentages
Cyan62.3%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#4ecccf text on a black background
contrast 10.86:1
Card sample
#4ecccf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ecccf;
Background color
Panel with #4ecccf background
background-color: #4ecccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ecccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ecccf; background: linear-gradient(135deg, #4ecccf, #4E76CF);