#1abdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
26, 189, 253
HSL
197°, 98%, 55%
CMYK
90, 25, 0, 1
Luminance
0.4371
Every format
| HEX | #1abdfd |
| RGB | rgb(26, 189, 253) |
| HSL | hsl(197, 98%, 55%) |
| CMYK | cmyk(90%, 25%, 0%, 1%) |
| LAB | lab(72.0 -16.5 -42.3) |
| LCH | lch(72.0 45.4 248.6) |
| OKLCH | oklch(0.751 0.150 232.7) |
Copy-ready code
/* CSS */
color: #1abdfd;
background-color: #1abdfd;
/* Tailwind (arbitrary) */
class="text-[#1abdfd] bg-[#1abdfd]"
/* SCSS */
$brand: #1abdfd;
/* SwiftUI */
Color(red: 0.102, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#1abdfd")Accessibility — WCAG contrast
Aa
#1abdfd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1abdfd on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green74.1%
Blue99.2%
CMYK percentages
Cyan89.7%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#1abdfd text on a black background
contrast 9.74:1
Card sample
#1abdfd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1abdfd;
Background color
Panel with #1abdfd background
background-color: #1abdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1abdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1abdfd; background: linear-gradient(135deg, #1abdfd, #1A26FD);