#1da0c4
a dark, vivid cyan · cool · closest name: steelblue
RGB
29, 160, 196
HSL
193°, 74%, 44%
CMYK
85, 18, 0, 23
Luminance
0.2939
Every format
| HEX | #1da0c4 |
| RGB | rgb(29, 160, 196) |
| HSL | hsl(193, 74%, 44%) |
| CMYK | cmyk(85%, 18%, 0%, 23%) |
| LAB | lab(61.1 -20.7 -27.9) |
| LCH | lch(61.1 34.7 233.5) |
| OKLCH | oklch(0.656 0.116 222.5) |
Copy-ready code
/* CSS */
color: #1da0c4;
background-color: #1da0c4;
/* Tailwind (arbitrary) */
class="text-[#1da0c4] bg-[#1da0c4]"
/* SCSS */
$brand: #1da0c4;
/* SwiftUI */
Color(red: 0.114, green: 0.627, blue: 0.769)
/* Android */
Color.parseColor("#1da0c4")Accessibility — WCAG contrast
Aa
#1da0c4 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1da0c4 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green62.7%
Blue76.9%
CMYK percentages
Cyan85.2%
Magenta18.4%
Yellow0.0%
Key (black)23.1%
Color previews
#1da0c4 text on a black background
contrast 6.88:1
Card sample
#1da0c4 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1da0c4;
Background color
Panel with #1da0c4 background
background-color: #1da0c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1da0c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 160, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 160, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1da0c4; background: linear-gradient(135deg, #1da0c4, #1D31C4);