#4acab4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
74, 202, 180
HSL
170°, 55%, 54%
CMYK
63, 0, 11, 21
Luminance
0.4699
Every format
| HEX | #4acab4 |
| RGB | rgb(74, 202, 180) |
| HSL | hsl(170, 55%, 54%) |
| CMYK | cmyk(63%, 0%, 11%, 21%) |
| LAB | lab(74.2 -40.2 0.6) |
| LCH | lch(74.2 40.2 179.1) |
| OKLCH | oklch(0.763 0.116 179.5) |
Copy-ready code
/* CSS */
color: #4acab4;
background-color: #4acab4;
/* Tailwind (arbitrary) */
class="text-[#4acab4] bg-[#4acab4]"
/* SCSS */
$brand: #4acab4;
/* SwiftUI */
Color(red: 0.290, green: 0.792, blue: 0.706)
/* Android */
Color.parseColor("#4acab4")Accessibility — WCAG contrast
Aa
#4acab4 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4acab4 on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green79.2%
Blue70.6%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow10.9%
Key (black)20.8%
Color previews
#4acab4 text on a black background
contrast 10.40:1
Card sample
#4acab4 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4acab4;
Background color
Panel with #4acab4 background
background-color: #4acab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4acab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 202, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 202, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4acab4; background: linear-gradient(135deg, #4acab4, #4A8BCA);