#2acdab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 205, 171
HSL
168°, 66%, 48%
CMYK
80, 0, 17, 20
Luminance
0.4710
Every format
| HEX | #2acdab |
| RGB | rgb(42, 205, 171) |
| HSL | hsl(168, 66%, 48%) |
| CMYK | cmyk(80%, 0%, 17%, 20%) |
| LAB | lab(74.3 -48.1 5.5) |
| LCH | lch(74.3 48.4 173.5) |
| OKLCH | oklch(0.761 0.137 174.2) |
Copy-ready code
/* CSS */
color: #2acdab;
background-color: #2acdab;
/* Tailwind (arbitrary) */
class="text-[#2acdab] bg-[#2acdab]"
/* SCSS */
$brand: #2acdab;
/* SwiftUI */
Color(red: 0.165, green: 0.804, blue: 0.671)
/* Android */
Color.parseColor("#2acdab")Accessibility — WCAG contrast
Aa
#2acdab on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acdab on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green80.4%
Blue67.1%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow16.6%
Key (black)19.6%
Color previews
#2acdab text on a black background
contrast 10.42:1
Card sample
#2acdab text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acdab;
Background color
Panel with #2acdab background
background-color: #2acdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 205, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 205, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acdab; background: linear-gradient(135deg, #2acdab, #2A82CD);