#2dccaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 204, 175
HSL
169°, 64%, 49%
CMYK
78, 0, 14, 20
Luminance
0.4684
Every format
| HEX | #2dccaf |
| RGB | rgb(45, 204, 175) |
| HSL | hsl(169, 64%, 49%) |
| CMYK | cmyk(78%, 0%, 14%, 20%) |
| LAB | lab(74.1 -46.3 3.1) |
| LCH | lch(74.1 46.4 176.1) |
| OKLCH | oklch(0.760 0.132 176.7) |
Copy-ready code
/* CSS */
color: #2dccaf;
background-color: #2dccaf;
/* Tailwind (arbitrary) */
class="text-[#2dccaf] bg-[#2dccaf]"
/* SCSS */
$brand: #2dccaf;
/* SwiftUI */
Color(red: 0.176, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#2dccaf")Accessibility — WCAG contrast
Aa
#2dccaf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dccaf on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green80.0%
Blue68.6%
CMYK percentages
Cyan77.9%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#2dccaf text on a black background
contrast 10.37:1
Card sample
#2dccaf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dccaf;
Background color
Panel with #2dccaf background
background-color: #2dccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dccaf; background: linear-gradient(135deg, #2dccaf, #2D7FCC);