#4acea2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
74, 206, 162
HSL
160°, 57%, 55%
CMYK
64, 0, 21, 19
Luminance
0.4821
Every format
| HEX | #4acea2 |
| RGB | rgb(74, 206, 162) |
| HSL | hsl(160, 57%, 55%) |
| CMYK | cmyk(64%, 0%, 21%, 19%) |
| LAB | lab(75.0 -46.3 11.4) |
| LCH | lch(75.0 47.7 166.1) |
| OKLCH | oklch(0.768 0.132 167.2) |
Copy-ready code
/* CSS */
color: #4acea2;
background-color: #4acea2;
/* Tailwind (arbitrary) */
class="text-[#4acea2] bg-[#4acea2]"
/* SCSS */
$brand: #4acea2;
/* SwiftUI */
Color(red: 0.290, green: 0.808, blue: 0.635)
/* Android */
Color.parseColor("#4acea2")Accessibility — WCAG contrast
Aa
#4acea2 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4acea2 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green80.8%
Blue63.5%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow21.4%
Key (black)19.2%
Color previews
#4acea2 text on a black background
contrast 10.64:1
Card sample
#4acea2 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4acea2;
Background color
Panel with #4acea2 background
background-color: #4acea2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4acea2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 206, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 206, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4acea2; background: linear-gradient(135deg, #4acea2, #4AA2CE);