#2ad5bf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 213, 191
HSL
172°, 67%, 50%
CMYK
80, 0, 10, 17
Luminance
0.5184
Every format
| HEX | #2ad5bf |
| RGB | rgb(42, 213, 191) |
| HSL | hsl(172, 67%, 50%) |
| CMYK | cmyk(80%, 0%, 10%, 17%) |
| LAB | lab(77.2 -46.2 -1.0) |
| LCH | lch(77.2 46.2 181.2) |
| OKLCH | oklch(0.786 0.134 181.5) |
Copy-ready code
/* CSS */
color: #2ad5bf;
background-color: #2ad5bf;
/* Tailwind (arbitrary) */
class="text-[#2ad5bf] bg-[#2ad5bf]"
/* SCSS */
$brand: #2ad5bf;
/* SwiftUI */
Color(red: 0.165, green: 0.835, blue: 0.749)
/* Android */
Color.parseColor("#2ad5bf")Accessibility — WCAG contrast
Aa
#2ad5bf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ad5bf on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green83.5%
Blue74.9%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow10.3%
Key (black)16.5%
Color previews
#2ad5bf text on a black background
contrast 11.37:1
Card sample
#2ad5bf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ad5bf;
Background color
Panel with #2ad5bf background
background-color: #2ad5bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ad5bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 213, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 213, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ad5bf; background: linear-gradient(135deg, #2ad5bf, #2A79D5);