#2ad2ad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 210, 173
HSL
167°, 67%, 49%
CMYK
80, 0, 18, 18
Luminance
0.4960
Every format
| HEX | #2ad2ad |
| RGB | rgb(42, 210, 173) |
| HSL | hsl(167, 67%, 49%) |
| CMYK | cmyk(80%, 0%, 18%, 18%) |
| LAB | lab(75.8 -49.6 6.7) |
| LCH | lch(75.8 50.1 172.3) |
| OKLCH | oklch(0.774 0.141 173.1) |
Copy-ready code
/* CSS */
color: #2ad2ad;
background-color: #2ad2ad;
/* Tailwind (arbitrary) */
class="text-[#2ad2ad] bg-[#2ad2ad]"
/* SCSS */
$brand: #2ad2ad;
/* SwiftUI */
Color(red: 0.165, green: 0.824, blue: 0.678)
/* Android */
Color.parseColor("#2ad2ad")Accessibility — WCAG contrast
Aa
#2ad2ad on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ad2ad on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green82.4%
Blue67.8%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow17.6%
Key (black)17.6%
Color previews
#2ad2ad text on a black background
contrast 10.92:1
Card sample
#2ad2ad text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ad2ad;
Background color
Panel with #2ad2ad background
background-color: #2ad2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ad2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 210, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 210, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ad2ad; background: linear-gradient(135deg, #2ad2ad, #2A87D2);