#1dccff
a balanced, electric cyan · cool · closest name: skyblue
RGB
29, 204, 255
HSL
194°, 100%, 56%
CMYK
89, 20, 0, 0
Luminance
0.5067
Every format
| HEX | #1dccff |
| RGB | rgb(29, 204, 255) |
| HSL | hsl(194, 100%, 56%) |
| CMYK | cmyk(89%, 20%, 0%, 0%) |
| LAB | lab(76.5 -23.5 -36.4) |
| LCH | lch(76.5 43.3 237.2) |
| OKLCH | oklch(0.787 0.145 225.0) |
Copy-ready code
/* CSS */
color: #1dccff;
background-color: #1dccff;
/* Tailwind (arbitrary) */
class="text-[#1dccff] bg-[#1dccff]"
/* SCSS */
$brand: #1dccff;
/* SwiftUI */
Color(red: 0.114, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#1dccff")Accessibility — WCAG contrast
Aa
#1dccff on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dccff on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green80.0%
Blue100.0%
CMYK percentages
Cyan88.6%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#1dccff text on a black background
contrast 11.13:1
Card sample
#1dccff text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dccff;
Background color
Panel with #1dccff background
background-color: #1dccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dccff; background: linear-gradient(135deg, #1dccff, #1D36FF);