#4ac2ab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
74, 194, 171
HSL
169°, 50%, 53%
CMYK
62, 0, 12, 24
Luminance
0.4298
Every format
| HEX | #4ac2ab |
| RGB | rgb(74, 194, 171) |
| HSL | hsl(169, 50%, 53%) |
| CMYK | cmyk(62%, 0%, 12%, 24%) |
| LAB | lab(71.5 -38.9 1.7) |
| LCH | lch(71.5 39.0 177.6) |
| OKLCH | oklch(0.741 0.112 178.1) |
Copy-ready code
/* CSS */
color: #4ac2ab;
background-color: #4ac2ab;
/* Tailwind (arbitrary) */
class="text-[#4ac2ab] bg-[#4ac2ab]"
/* SCSS */
$brand: #4ac2ab;
/* SwiftUI */
Color(red: 0.290, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#4ac2ab")Accessibility — WCAG contrast
Aa
#4ac2ab on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ac2ab on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green76.1%
Blue67.1%
CMYK percentages
Cyan61.9%
Magenta0.0%
Yellow11.9%
Key (black)23.9%
Color previews
#4ac2ab text on a black background
contrast 9.60:1
Card sample
#4ac2ab text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ac2ab;
Background color
Panel with #4ac2ab background
background-color: #4ac2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ac2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ac2ab; background: linear-gradient(135deg, #4ac2ab, #4A89C2);