#2acdae
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 205, 174
HSL
169°, 66%, 48%
CMYK
80, 0, 15, 20
Luminance
0.4721
Every format
| HEX | #2acdae |
| RGB | rgb(42, 205, 174) |
| HSL | hsl(169, 66%, 48%) |
| CMYK | cmyk(80%, 0%, 15%, 20%) |
| LAB | lab(74.3 -47.3 4.0) |
| LCH | lch(74.3 47.5 175.2) |
| OKLCH | oklch(0.762 0.135 175.8) |
Copy-ready code
/* CSS */
color: #2acdae;
background-color: #2acdae;
/* Tailwind (arbitrary) */
class="text-[#2acdae] bg-[#2acdae]"
/* SCSS */
$brand: #2acdae;
/* SwiftUI */
Color(red: 0.165, green: 0.804, blue: 0.682)
/* Android */
Color.parseColor("#2acdae")Accessibility — WCAG contrast
Aa
#2acdae on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acdae on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green80.4%
Blue68.2%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow15.1%
Key (black)19.6%
Color previews
#2acdae text on a black background
contrast 10.44:1
Card sample
#2acdae text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acdae;
Background color
Panel with #2acdae background
background-color: #2acdae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acdae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 205, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 205, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acdae; background: linear-gradient(135deg, #2acdae, #2A7FCD);