#2dcbba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 203, 186
HSL
174°, 64%, 49%
CMYK
78, 0, 8, 20
Luminance
0.4681
Every format
| HEX | #2dcbba |
| RGB | rgb(45, 203, 186) |
| HSL | hsl(174, 64%, 49%) |
| CMYK | cmyk(78%, 0%, 8%, 20%) |
| LAB | lab(74.1 -43.0 -2.9) |
| LCH | lch(74.1 43.0 183.8) |
| OKLCH | oklch(0.761 0.126 183.8) |
Copy-ready code
/* CSS */
color: #2dcbba;
background-color: #2dcbba;
/* Tailwind (arbitrary) */
class="text-[#2dcbba] bg-[#2dcbba]"
/* SCSS */
$brand: #2dcbba;
/* SwiftUI */
Color(red: 0.176, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#2dcbba")Accessibility — WCAG contrast
Aa
#2dcbba on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dcbba on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green79.6%
Blue72.9%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow8.4%
Key (black)20.4%
Color previews
#2dcbba text on a black background
contrast 10.36:1
Card sample
#2dcbba text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dcbba;
Background color
Panel with #2dcbba background
background-color: #2dcbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dcbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dcbba; background: linear-gradient(135deg, #2dcbba, #2D73CB);