#4ac1af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
74, 193, 175
HSL
171°, 49%, 52%
CMYK
62, 0, 9, 24
Luminance
0.4269
Every format
| HEX | #4ac1af |
| RGB | rgb(74, 193, 175) |
| HSL | hsl(171, 49%, 52%) |
| CMYK | cmyk(62%, 0%, 9%, 24%) |
| LAB | lab(71.3 -37.5 -0.8) |
| LCH | lch(71.3 37.5 181.2) |
| OKLCH | oklch(0.739 0.109 181.5) |
Copy-ready code
/* CSS */
color: #4ac1af;
background-color: #4ac1af;
/* Tailwind (arbitrary) */
class="text-[#4ac1af] bg-[#4ac1af]"
/* SCSS */
$brand: #4ac1af;
/* SwiftUI */
Color(red: 0.290, green: 0.757, blue: 0.686)
/* Android */
Color.parseColor("#4ac1af")Accessibility — WCAG contrast
Aa
#4ac1af on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ac1af on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green75.7%
Blue68.6%
CMYK percentages
Cyan61.7%
Magenta0.0%
Yellow9.3%
Key (black)24.3%
Color previews
#4ac1af text on a black background
contrast 9.54:1
Card sample
#4ac1af text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ac1af;
Background color
Panel with #4ac1af background
background-color: #4ac1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ac1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 193, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 193, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ac1af; background: linear-gradient(135deg, #4ac1af, #4A84C1);