#2dcfdc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 207, 220
HSL
185°, 71%, 52%
CMYK
80, 6, 0, 14
Luminance
0.5035
Every format
| HEX | #2dcfdc |
| RGB | rgb(45, 207, 220) |
| HSL | hsl(185, 71%, 52%) |
| CMYK | cmyk(80%, 6%, 0%, 14%) |
| LAB | lab(76.3 -35.0 -17.9) |
| LCH | lch(76.3 39.3 207.1) |
| OKLCH | oklch(0.782 0.125 203.4) |
Copy-ready code
/* CSS */
color: #2dcfdc;
background-color: #2dcfdc;
/* Tailwind (arbitrary) */
class="text-[#2dcfdc] bg-[#2dcfdc]"
/* SCSS */
$brand: #2dcfdc;
/* SwiftUI */
Color(red: 0.176, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#2dcfdc")Accessibility — WCAG contrast
Aa
#2dcfdc on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dcfdc on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green81.2%
Blue86.3%
CMYK percentages
Cyan79.5%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#2dcfdc text on a black background
contrast 11.07:1
Card sample
#2dcfdc text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dcfdc;
Background color
Panel with #2dcfdc background
background-color: #2dcfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dcfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dcfdc; background: linear-gradient(135deg, #2dcfdc, #2D5ADC);