#4eb0ae
a balanced, soft cyan · cool · closest name: teal
RGB
78, 176, 174
HSL
179°, 39%, 50%
CMYK
56, 0, 1, 31
Luminance
0.3573
Every format
| HEX | #4eb0ae |
| RGB | rgb(78, 176, 174) |
| HSL | hsl(179, 39%, 50%) |
| CMYK | cmyk(56%, 0%, 1%, 31%) |
| LAB | lab(66.3 -28.9 -7.7) |
| LCH | lch(66.3 29.9 194.8) |
| OKLCH | oklch(0.699 0.091 193.4) |
Copy-ready code
/* CSS */
color: #4eb0ae;
background-color: #4eb0ae;
/* Tailwind (arbitrary) */
class="text-[#4eb0ae] bg-[#4eb0ae]"
/* SCSS */
$brand: #4eb0ae;
/* SwiftUI */
Color(red: 0.306, green: 0.690, blue: 0.682)
/* Android */
Color.parseColor("#4eb0ae")Accessibility — WCAG contrast
Aa
#4eb0ae on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb0ae on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green69.0%
Blue68.2%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow1.1%
Key (black)31.0%
Color previews
#4eb0ae text on a black background
contrast 8.15:1
Card sample
#4eb0ae text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb0ae;
Background color
Panel with #4eb0ae background
background-color: #4eb0ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb0ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 176, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 176, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb0ae; background: linear-gradient(135deg, #4eb0ae, #4E71B0);