#4ac3ab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
74, 195, 171
HSL
168°, 50%, 53%
CMYK
62, 0, 12, 24
Luminance
0.4343
Every format
| HEX | #4ac3ab |
| RGB | rgb(74, 195, 171) |
| HSL | hsl(168, 50%, 53%) |
| CMYK | cmyk(62%, 0%, 12%, 24%) |
| LAB | lab(71.8 -39.4 2.1) |
| LCH | lch(71.8 39.4 176.9) |
| OKLCH | oklch(0.743 0.113 177.5) |
Copy-ready code
/* CSS */
color: #4ac3ab;
background-color: #4ac3ab;
/* Tailwind (arbitrary) */
class="text-[#4ac3ab] bg-[#4ac3ab]"
/* SCSS */
$brand: #4ac3ab;
/* SwiftUI */
Color(red: 0.290, green: 0.765, blue: 0.671)
/* Android */
Color.parseColor("#4ac3ab")Accessibility — WCAG contrast
Aa
#4ac3ab on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ac3ab on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green76.5%
Blue67.1%
CMYK percentages
Cyan62.1%
Magenta0.0%
Yellow12.3%
Key (black)23.5%
Color previews
#4ac3ab text on a black background
contrast 9.69:1
Card sample
#4ac3ab text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ac3ab;
Background color
Panel with #4ac3ab background
background-color: #4ac3ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ac3ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 195, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 195, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ac3ab; background: linear-gradient(135deg, #4ac3ab, #4A8AC3);