#4ebaab
a balanced, soft cyan · cool · closest name: turquoise
RGB
78, 186, 171
HSL
172°, 44%, 52%
CMYK
58, 0, 8, 27
Luminance
0.3968
Every format
| HEX | #4ebaab |
| RGB | rgb(78, 186, 171) |
| HSL | hsl(172, 44%, 52%) |
| CMYK | cmyk(58%, 0%, 8%, 27%) |
| LAB | lab(69.2 -34.5 -1.7) |
| LCH | lch(69.2 34.6 182.8) |
| OKLCH | oklch(0.722 0.101 182.9) |
Copy-ready code
/* CSS */
color: #4ebaab;
background-color: #4ebaab;
/* Tailwind (arbitrary) */
class="text-[#4ebaab] bg-[#4ebaab]"
/* SCSS */
$brand: #4ebaab;
/* SwiftUI */
Color(red: 0.306, green: 0.729, blue: 0.671)
/* Android */
Color.parseColor("#4ebaab")Accessibility — WCAG contrast
Aa
#4ebaab on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ebaab on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green72.9%
Blue67.1%
CMYK percentages
Cyan58.1%
Magenta0.0%
Yellow8.1%
Key (black)27.1%
Color previews
#4ebaab text on a black background
contrast 8.94:1
Card sample
#4ebaab text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ebaab;
Background color
Panel with #4ebaab background
background-color: #4ebaab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ebaab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 186, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 186, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebaab; background: linear-gradient(135deg, #4ebaab, #4E81BA);