#4ea0a0
a balanced, soft cyan · cool · closest name: teal
RGB
78, 160, 160
HSL
180°, 35%, 47%
CMYK
51, 0, 0, 37
Luminance
0.2930
Every format
| HEX | #4ea0a0 |
| RGB | rgb(78, 160, 160) |
| HSL | hsl(180, 35%, 47%) |
| CMYK | cmyk(51%, 0%, 0%, 37%) |
| LAB | lab(61.0 -24.8 -7.7) |
| LCH | lch(61.0 26.0 197.1) |
| OKLCH | oklch(0.655 0.080 195.4) |
Copy-ready code
/* CSS */
color: #4ea0a0;
background-color: #4ea0a0;
/* Tailwind (arbitrary) */
class="text-[#4ea0a0] bg-[#4ea0a0]"
/* SCSS */
$brand: #4ea0a0;
/* SwiftUI */
Color(red: 0.306, green: 0.627, blue: 0.627)
/* Android */
Color.parseColor("#4ea0a0")Accessibility — WCAG contrast
Aa
#4ea0a0 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ea0a0 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green62.7%
Blue62.7%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow0.0%
Key (black)37.3%
Color previews
#4ea0a0 text on a black background
contrast 6.86:1
Card sample
#4ea0a0 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ea0a0;
Background color
Panel with #4ea0a0 background
background-color: #4ea0a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ea0a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 160, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 160, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ea0a0; background: linear-gradient(135deg, #4ea0a0, #4E69A0);