#4ebdab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
78, 189, 171
HSL
170°, 46%, 52%
CMYK
59, 0, 10, 26
Luminance
0.4096
Every format
| HEX | #4ebdab |
| RGB | rgb(78, 189, 171) |
| HSL | hsl(170, 46%, 52%) |
| CMYK | cmyk(59%, 0%, 10%, 26%) |
| LAB | lab(70.1 -35.9 -0.4) |
| LCH | lch(70.1 35.9 180.6) |
| OKLCH | oklch(0.730 0.105 180.8) |
Copy-ready code
/* CSS */
color: #4ebdab;
background-color: #4ebdab;
/* Tailwind (arbitrary) */
class="text-[#4ebdab] bg-[#4ebdab]"
/* SCSS */
$brand: #4ebdab;
/* SwiftUI */
Color(red: 0.306, green: 0.741, blue: 0.671)
/* Android */
Color.parseColor("#4ebdab")Accessibility — WCAG contrast
Aa
#4ebdab on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ebdab on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green74.1%
Blue67.1%
CMYK percentages
Cyan58.7%
Magenta0.0%
Yellow9.5%
Key (black)25.9%
Color previews
#4ebdab text on a black background
contrast 9.19:1
Card sample
#4ebdab text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ebdab;
Background color
Panel with #4ebdab background
background-color: #4ebdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ebdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 189, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 189, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebdab; background: linear-gradient(135deg, #4ebdab, #4E85BD);