#2acea4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 206, 164
HSL
165°, 66%, 49%
CMYK
80, 0, 20, 19
Luminance
0.4732
Every format
| HEX | #2acea4 |
| RGB | rgb(42, 206, 164) |
| HSL | hsl(165, 66%, 49%) |
| CMYK | cmyk(80%, 0%, 20%, 19%) |
| LAB | lab(74.4 -50.2 9.5) |
| LCH | lch(74.4 51.1 169.3) |
| OKLCH | oklch(0.761 0.142 170.2) |
Copy-ready code
/* CSS */
color: #2acea4;
background-color: #2acea4;
/* Tailwind (arbitrary) */
class="text-[#2acea4] bg-[#2acea4]"
/* SCSS */
$brand: #2acea4;
/* SwiftUI */
Color(red: 0.165, green: 0.808, blue: 0.643)
/* Android */
Color.parseColor("#2acea4")Accessibility — WCAG contrast
Aa
#2acea4 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acea4 on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green80.8%
Blue64.3%
CMYK percentages
Cyan79.6%
Magenta0.0%
Yellow20.4%
Key (black)19.2%
Color previews
#2acea4 text on a black background
contrast 10.46:1
Card sample
#2acea4 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acea4;
Background color
Panel with #2acea4 background
background-color: #2acea4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acea4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 206, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 206, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acea4; background: linear-gradient(135deg, #2acea4, #2A8BCE);