#2ad5ad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 213, 173
HSL
166°, 67%, 50%
CMYK
80, 0, 19, 17
Luminance
0.5110
Every format
| HEX | #2ad5ad |
| RGB | rgb(42, 213, 173) |
| HSL | hsl(166, 67%, 50%) |
| CMYK | cmyk(80%, 0%, 19%, 17%) |
| LAB | lab(76.7 -50.9 8.0) |
| LCH | lch(76.7 51.5 171.0) |
| OKLCH | oklch(0.781 0.144 171.9) |
Copy-ready code
/* CSS */
color: #2ad5ad;
background-color: #2ad5ad;
/* Tailwind (arbitrary) */
class="text-[#2ad5ad] bg-[#2ad5ad]"
/* SCSS */
$brand: #2ad5ad;
/* SwiftUI */
Color(red: 0.165, green: 0.835, blue: 0.678)
/* Android */
Color.parseColor("#2ad5ad")Accessibility — WCAG contrast
Aa
#2ad5ad on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ad5ad on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green83.5%
Blue67.8%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow18.8%
Key (black)16.5%
Color previews
#2ad5ad text on a black background
contrast 11.22:1
Card sample
#2ad5ad text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ad5ad;
Background color
Panel with #2ad5ad background
background-color: #2ad5ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ad5ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 213, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 213, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ad5ad; background: linear-gradient(135deg, #2ad5ad, #2A8BD5);