#4ab2ac
a balanced, soft cyan · cool · closest name: teal
RGB
74, 178, 172
HSL
177°, 41%, 49%
CMYK
58, 0, 3, 30
Luminance
0.3628
Every format
| HEX | #4ab2ac |
| RGB | rgb(74, 178, 172) |
| HSL | hsl(177, 41%, 49%) |
| CMYK | cmyk(58%, 0%, 3%, 30%) |
| LAB | lab(66.7 -31.2 -6.0) |
| LCH | lch(66.7 31.8 190.8) |
| OKLCH | oklch(0.702 0.096 190.0) |
Copy-ready code
/* CSS */
color: #4ab2ac;
background-color: #4ab2ac;
/* Tailwind (arbitrary) */
class="text-[#4ab2ac] bg-[#4ab2ac]"
/* SCSS */
$brand: #4ab2ac;
/* SwiftUI */
Color(red: 0.290, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#4ab2ac")Accessibility — WCAG contrast
Aa
#4ab2ac on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ab2ac on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green69.8%
Blue67.5%
CMYK percentages
Cyan58.4%
Magenta0.0%
Yellow3.4%
Key (black)30.2%
Color previews
#4ab2ac text on a black background
contrast 8.26:1
Card sample
#4ab2ac text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ab2ac;
Background color
Panel with #4ab2ac background
background-color: #4ab2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ab2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ab2ac; background: linear-gradient(135deg, #4ab2ac, #4A73B2);