#1dc0eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
29, 192, 235
HSL
193°, 84%, 52%
CMYK
88, 18, 0, 8
Luminance
0.4396
Every format
| HEX | #1dc0eb |
| RGB | rgb(29, 192, 235) |
| HSL | hsl(193, 84%, 52%) |
| CMYK | cmyk(88%, 18%, 0%, 8%) |
| LAB | lab(72.2 -24.0 -32.3) |
| LCH | lch(72.2 40.2 233.3) |
| OKLCH | oklch(0.750 0.135 222.3) |
Copy-ready code
/* CSS */
color: #1dc0eb;
background-color: #1dc0eb;
/* Tailwind (arbitrary) */
class="text-[#1dc0eb] bg-[#1dc0eb]"
/* SCSS */
$brand: #1dc0eb;
/* SwiftUI */
Color(red: 0.114, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#1dc0eb")Accessibility — WCAG contrast
Aa
#1dc0eb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dc0eb on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green75.3%
Blue92.2%
CMYK percentages
Cyan87.7%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#1dc0eb text on a black background
contrast 9.79:1
Card sample
#1dc0eb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dc0eb;
Background color
Panel with #1dc0eb background
background-color: #1dc0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dc0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dc0eb; background: linear-gradient(135deg, #1dc0eb, #1D37EB);