#1dc2d1
a balanced, electric cyan · cool · closest name: skyblue
RGB
29, 194, 209
HSL
185°, 76%, 47%
CMYK
86, 7, 0, 18
Luminance
0.4345
Every format
| HEX | #1dc2d1 |
| RGB | rgb(29, 194, 209) |
| HSL | hsl(185, 76%, 47%) |
| CMYK | cmyk(86%, 7%, 0%, 18%) |
| LAB | lab(71.9 -33.4 -18.7) |
| LCH | lch(71.9 38.3 209.2) |
| OKLCH | oklch(0.745 0.123 205.0) |
Copy-ready code
/* CSS */
color: #1dc2d1;
background-color: #1dc2d1;
/* Tailwind (arbitrary) */
class="text-[#1dc2d1] bg-[#1dc2d1]"
/* SCSS */
$brand: #1dc2d1;
/* SwiftUI */
Color(red: 0.114, green: 0.761, blue: 0.820)
/* Android */
Color.parseColor("#1dc2d1")Accessibility — WCAG contrast
Aa
#1dc2d1 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dc2d1 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green76.1%
Blue82.0%
CMYK percentages
Cyan86.1%
Magenta7.2%
Yellow0.0%
Key (black)18.0%
Color previews
#1dc2d1 text on a black background
contrast 9.69:1
Card sample
#1dc2d1 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dc2d1;
Background color
Panel with #1dc2d1 background
background-color: #1dc2d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dc2d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 194, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 194, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dc2d1; background: linear-gradient(135deg, #1dc2d1, #1D4AD1);