#2adbbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 219, 191
HSL
171°, 71%, 51%
CMYK
81, 0, 13, 14
Luminance
0.5492
Every format
| HEX | #2adbbf |
| RGB | rgb(42, 219, 191) |
| HSL | hsl(171, 71%, 51%) |
| CMYK | cmyk(81%, 0%, 13%, 14%) |
| LAB | lab(79.0 -48.7 1.6) |
| LCH | lch(79.0 48.8 178.1) |
| OKLCH | oklch(0.801 0.140 178.5) |
Copy-ready code
/* CSS */
color: #2adbbf;
background-color: #2adbbf;
/* Tailwind (arbitrary) */
class="text-[#2adbbf] bg-[#2adbbf]"
/* SCSS */
$brand: #2adbbf;
/* SwiftUI */
Color(red: 0.165, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#2adbbf")Accessibility — WCAG contrast
Aa
#2adbbf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2adbbf on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green85.9%
Blue74.9%
CMYK percentages
Cyan80.8%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#2adbbf text on a black background
contrast 11.98:1
Card sample
#2adbbf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2adbbf;
Background color
Panel with #2adbbf background
background-color: #2adbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2adbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2adbbf; background: linear-gradient(135deg, #2adbbf, #2A81DB);