#1acefd
a balanced, electric cyan · cool · closest name: skyblue
RGB
26, 206, 253
HSL
192°, 98%, 55%
CMYK
90, 19, 0, 1
Luminance
0.5145
Every format
| HEX | #1acefd |
| RGB | rgb(26, 206, 253) |
| HSL | hsl(192, 98%, 55%) |
| CMYK | cmyk(90%, 19%, 0%, 1%) |
| LAB | lab(77.0 -25.3 -34.6) |
| LCH | lch(77.0 42.9 233.9) |
| OKLCH | oklch(0.791 0.143 222.7) |
Copy-ready code
/* CSS */
color: #1acefd;
background-color: #1acefd;
/* Tailwind (arbitrary) */
class="text-[#1acefd] bg-[#1acefd]"
/* SCSS */
$brand: #1acefd;
/* SwiftUI */
Color(red: 0.102, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#1acefd")Accessibility — WCAG contrast
Aa
#1acefd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1acefd on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.8%
Blue99.2%
CMYK percentages
Cyan89.7%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#1acefd text on a black background
contrast 11.29:1
Card sample
#1acefd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1acefd;
Background color
Panel with #1acefd background
background-color: #1acefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1acefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1acefd; background: linear-gradient(135deg, #1acefd, #1A37FD);