#2dcccb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 204, 203
HSL
180°, 64%, 49%
CMYK
78, 0, 1, 20
Luminance
0.4806
Every format
| HEX | #2dcccb |
| RGB | rgb(45, 204, 203) |
| HSL | hsl(180, 64%, 49%) |
| CMYK | cmyk(78%, 0%, 1%, 20%) |
| LAB | lab(74.9 -38.6 -10.9) |
| LCH | lch(74.9 40.1 195.7) |
| OKLCH | oklch(0.769 0.123 194.2) |
Copy-ready code
/* CSS */
color: #2dcccb;
background-color: #2dcccb;
/* Tailwind (arbitrary) */
class="text-[#2dcccb] bg-[#2dcccb]"
/* SCSS */
$brand: #2dcccb;
/* SwiftUI */
Color(red: 0.176, green: 0.800, blue: 0.796)
/* Android */
Color.parseColor("#2dcccb")Accessibility — WCAG contrast
Aa
#2dcccb on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dcccb on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green80.0%
Blue79.6%
CMYK percentages
Cyan77.9%
Magenta0.0%
Yellow0.5%
Key (black)20.0%
Color previews
#2dcccb text on a black background
contrast 10.61:1
Card sample
#2dcccb text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dcccb;
Background color
Panel with #2dcccb background
background-color: #2dcccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dcccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 204, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 204, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dcccb; background: linear-gradient(135deg, #2dcccb, #2D63CC);