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