#2dc7cb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 199, 203
HSL
182°, 64%, 49%
CMYK
78, 2, 0, 20
Luminance
0.4572
Every format
| HEX | #2dc7cb |
| RGB | rgb(45, 199, 203) |
| HSL | hsl(182, 64%, 49%) |
| CMYK | cmyk(78%, 2%, 0%, 20%) |
| LAB | lab(73.4 -36.3 -13.1) |
| LCH | lch(73.4 38.6 199.9) |
| OKLCH | oklch(0.757 0.120 197.6) |
Copy-ready code
/* CSS */
color: #2dc7cb;
background-color: #2dc7cb;
/* Tailwind (arbitrary) */
class="text-[#2dc7cb] bg-[#2dc7cb]"
/* SCSS */
$brand: #2dc7cb;
/* SwiftUI */
Color(red: 0.176, green: 0.780, blue: 0.796)
/* Android */
Color.parseColor("#2dc7cb")Accessibility — WCAG contrast
Aa
#2dc7cb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dc7cb on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green78.0%
Blue79.6%
CMYK percentages
Cyan77.8%
Magenta2.0%
Yellow0.0%
Key (black)20.4%
Color previews
#2dc7cb text on a black background
contrast 10.14:1
Card sample
#2dc7cb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dc7cb;
Background color
Panel with #2dc7cb background
background-color: #2dc7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dc7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 199, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 199, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dc7cb; background: linear-gradient(135deg, #2dc7cb, #2D5ECB);