#1da9c0
a dark, vivid cyan · cool · closest name: skyblue
RGB
29, 169, 192
HSL
189°, 74%, 43%
CMYK
85, 12, 0, 25
Luminance
0.3244
Every format
| HEX | #1da9c0 |
| RGB | rgb(29, 169, 192) |
| HSL | hsl(189, 74%, 43%) |
| CMYK | cmyk(85%, 12%, 0%, 25%) |
| LAB | lab(63.7 -26.6 -21.7) |
| LCH | lch(63.7 34.4 219.2) |
| OKLCH | oklch(0.677 0.113 212.4) |
Copy-ready code
/* CSS */
color: #1da9c0;
background-color: #1da9c0;
/* Tailwind (arbitrary) */
class="text-[#1da9c0] bg-[#1da9c0]"
/* SCSS */
$brand: #1da9c0;
/* SwiftUI */
Color(red: 0.114, green: 0.663, blue: 0.753)
/* Android */
Color.parseColor("#1da9c0")Accessibility — WCAG contrast
Aa
#1da9c0 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1da9c0 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green66.3%
Blue75.3%
CMYK percentages
Cyan84.9%
Magenta12.0%
Yellow0.0%
Key (black)24.7%
Color previews
#1da9c0 text on a black background
contrast 7.49:1
Card sample
#1da9c0 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1da9c0;
Background color
Panel with #1da9c0 background
background-color: #1da9c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1da9c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 169, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 169, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1da9c0; background: linear-gradient(135deg, #1da9c0, #1D3CC0);