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