#4ebaae
a balanced, soft cyan · cool · closest name: turquoise
RGB
78, 186, 174
HSL
173°, 44%, 52%
CMYK
58, 0, 7, 27
Luminance
0.3979
Every format
| HEX | #4ebaae |
| RGB | rgb(78, 186, 174) |
| HSL | hsl(173, 44%, 52%) |
| CMYK | cmyk(58%, 0%, 7%, 27%) |
| LAB | lab(69.3 -33.7 -3.2) |
| LCH | lch(69.3 33.9 185.4) |
| OKLCH | oklch(0.723 0.100 185.3) |
Copy-ready code
/* CSS */
color: #4ebaae;
background-color: #4ebaae;
/* Tailwind (arbitrary) */
class="text-[#4ebaae] bg-[#4ebaae]"
/* SCSS */
$brand: #4ebaae;
/* SwiftUI */
Color(red: 0.306, green: 0.729, blue: 0.682)
/* Android */
Color.parseColor("#4ebaae")Accessibility — WCAG contrast
Aa
#4ebaae on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ebaae on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green72.9%
Blue68.2%
CMYK percentages
Cyan58.1%
Magenta0.0%
Yellow6.5%
Key (black)27.1%
Color previews
#4ebaae text on a black background
contrast 8.96:1
Card sample
#4ebaae text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ebaae;
Background color
Panel with #4ebaae background
background-color: #4ebaae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ebaae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 186, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 186, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebaae; background: linear-gradient(135deg, #4ebaae, #4E7EBA);