#4acdab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
74, 205, 171
HSL
164°, 57%, 55%
CMYK
64, 0, 17, 20
Luminance
0.4806
Every format
| HEX | #4acdab |
| RGB | rgb(74, 205, 171) |
| HSL | hsl(164, 57%, 55%) |
| CMYK | cmyk(64%, 0%, 17%, 20%) |
| LAB | lab(74.9 -43.8 6.5) |
| LCH | lch(74.9 44.3 171.6) |
| OKLCH | oklch(0.768 0.125 172.4) |
Copy-ready code
/* CSS */
color: #4acdab;
background-color: #4acdab;
/* Tailwind (arbitrary) */
class="text-[#4acdab] bg-[#4acdab]"
/* SCSS */
$brand: #4acdab;
/* SwiftUI */
Color(red: 0.290, green: 0.804, blue: 0.671)
/* Android */
Color.parseColor("#4acdab")Accessibility — WCAG contrast
Aa
#4acdab on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4acdab on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green80.4%
Blue67.1%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow16.6%
Key (black)19.6%
Color previews
#4acdab text on a black background
contrast 10.61:1
Card sample
#4acdab text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4acdab;
Background color
Panel with #4acdab background
background-color: #4acdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4acdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 205, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 205, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4acdab; background: linear-gradient(135deg, #4acdab, #4A98CD);