#4ecdbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
78, 205, 191
HSL
173°, 56%, 56%
CMYK
62, 0, 7, 20
Luminance
0.4904
Every format
| HEX | #4ecdbf |
| RGB | rgb(78, 205, 191) |
| HSL | hsl(173, 56%, 56%) |
| CMYK | cmyk(62%, 0%, 7%, 20%) |
| LAB | lab(75.5 -38.1 -3.4) |
| LCH | lch(75.5 38.2 185.1) |
| OKLCH | oklch(0.775 0.113 185.0) |
Copy-ready code
/* CSS */
color: #4ecdbf;
background-color: #4ecdbf;
/* Tailwind (arbitrary) */
class="text-[#4ecdbf] bg-[#4ecdbf]"
/* SCSS */
$brand: #4ecdbf;
/* SwiftUI */
Color(red: 0.306, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#4ecdbf")Accessibility — WCAG contrast
Aa
#4ecdbf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ecdbf on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green80.4%
Blue74.9%
CMYK percentages
Cyan62.0%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#4ecdbf text on a black background
contrast 10.81:1
Card sample
#4ecdbf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ecdbf;
Background color
Panel with #4ecdbf background
background-color: #4ecdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ecdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ecdbf; background: linear-gradient(135deg, #4ecdbf, #4E86CD);