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