#4acac2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
74, 202, 194
HSL
176°, 55%, 54%
CMYK
63, 0, 4, 21
Luminance
0.4759
Every format
| HEX | #4acac2 |
| RGB | rgb(74, 202, 194) |
| HSL | hsl(176, 55%, 54%) |
| CMYK | cmyk(63%, 0%, 4%, 21%) |
| LAB | lab(74.6 -36.5 -6.4) |
| LCH | lch(74.6 37.1 189.9) |
| OKLCH | oklch(0.767 0.112 189.2) |
Copy-ready code
/* CSS */
color: #4acac2;
background-color: #4acac2;
/* Tailwind (arbitrary) */
class="text-[#4acac2] bg-[#4acac2]"
/* SCSS */
$brand: #4acac2;
/* SwiftUI */
Color(red: 0.290, green: 0.792, blue: 0.761)
/* Android */
Color.parseColor("#4acac2")Accessibility — WCAG contrast
Aa
#4acac2 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4acac2 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green79.2%
Blue76.1%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow4.0%
Key (black)20.8%
Color previews
#4acac2 text on a black background
contrast 10.52:1
Card sample
#4acac2 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4acac2;
Background color
Panel with #4acac2 background
background-color: #4acac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4acac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 202, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 202, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4acac2; background: linear-gradient(135deg, #4acac2, #4A7DCA);