#2adcbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 220, 191
HSL
170°, 72%, 51%
CMYK
81, 0, 13, 14
Luminance
0.5544
Every format
| HEX | #2adcbf |
| RGB | rgb(42, 220, 191) |
| HSL | hsl(170, 72%, 51%) |
| CMYK | cmyk(81%, 0%, 13%, 14%) |
| LAB | lab(79.3 -49.1 2.1) |
| LCH | lch(79.3 49.2 177.6) |
| OKLCH | oklch(0.804 0.141 178.1) |
Copy-ready code
/* CSS */
color: #2adcbf;
background-color: #2adcbf;
/* Tailwind (arbitrary) */
class="text-[#2adcbf] bg-[#2adcbf]"
/* SCSS */
$brand: #2adcbf;
/* SwiftUI */
Color(red: 0.165, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#2adcbf")Accessibility — WCAG contrast
Aa
#2adcbf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2adcbf on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green86.3%
Blue74.9%
CMYK percentages
Cyan80.9%
Magenta0.0%
Yellow13.2%
Key (black)13.7%
Color previews
#2adcbf text on a black background
contrast 12.09:1
Card sample
#2adcbf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2adcbf;
Background color
Panel with #2adcbf background
background-color: #2adcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2adcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2adcbf; background: linear-gradient(135deg, #2adcbf, #2A82DC);