#2dcabf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 202, 191
HSL
176°, 64%, 48%
CMYK
78, 0, 5, 21
Luminance
0.4656
Every format
| HEX | #2dcabf |
| RGB | rgb(45, 202, 191) |
| HSL | hsl(176, 64%, 48%) |
| CMYK | cmyk(78%, 0%, 5%, 21%) |
| LAB | lab(73.9 -41.1 -5.8) |
| LCH | lch(73.9 41.5 188.0) |
| OKLCH | oklch(0.760 0.124 187.6) |
Copy-ready code
/* CSS */
color: #2dcabf;
background-color: #2dcabf;
/* Tailwind (arbitrary) */
class="text-[#2dcabf] bg-[#2dcabf]"
/* SCSS */
$brand: #2dcabf;
/* SwiftUI */
Color(red: 0.176, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#2dcabf")Accessibility — WCAG contrast
Aa
#2dcabf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dcabf on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green79.2%
Blue74.9%
CMYK percentages
Cyan77.7%
Magenta0.0%
Yellow5.4%
Key (black)20.8%
Color previews
#2dcabf text on a black background
contrast 10.31:1
Card sample
#2dcabf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dcabf;
Background color
Panel with #2dcabf background
background-color: #2dcabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dcabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dcabf; background: linear-gradient(135deg, #2dcabf, #2D6CCA);