#2ad3ae
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 211, 174
HSL
167°, 67%, 50%
CMYK
80, 0, 18, 17
Luminance
0.5014
Every format
| HEX | #2ad3ae |
| RGB | rgb(42, 211, 174) |
| HSL | hsl(167, 67%, 50%) |
| CMYK | cmyk(80%, 0%, 18%, 17%) |
| LAB | lab(76.2 -49.8 6.6) |
| LCH | lch(76.2 50.2 172.4) |
| OKLCH | oklch(0.777 0.141 173.2) |
Copy-ready code
/* CSS */
color: #2ad3ae;
background-color: #2ad3ae;
/* Tailwind (arbitrary) */
class="text-[#2ad3ae] bg-[#2ad3ae]"
/* SCSS */
$brand: #2ad3ae;
/* SwiftUI */
Color(red: 0.165, green: 0.827, blue: 0.682)
/* Android */
Color.parseColor("#2ad3ae")Accessibility — WCAG contrast
Aa
#2ad3ae on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ad3ae on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green82.7%
Blue68.2%
CMYK percentages
Cyan80.1%
Magenta0.0%
Yellow17.5%
Key (black)17.3%
Color previews
#2ad3ae text on a black background
contrast 11.03:1
Card sample
#2ad3ae text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ad3ae;
Background color
Panel with #2ad3ae background
background-color: #2ad3ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ad3ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 211, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 211, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ad3ae; background: linear-gradient(135deg, #2ad3ae, #2A87D3);