#1acdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
26, 205, 251
HSL
192°, 97%, 54%
CMYK
90, 18, 0, 2
Luminance
0.5085
Every format
| HEX | #1acdfb |
| RGB | rgb(26, 205, 251) |
| HSL | hsl(192, 97%, 54%) |
| CMYK | cmyk(90%, 18%, 0%, 2%) |
| LAB | lab(76.6 -25.4 -34.1) |
| LCH | lch(76.6 42.5 233.3) |
| OKLCH | oklch(0.788 0.142 222.3) |
Copy-ready code
/* CSS */
color: #1acdfb;
background-color: #1acdfb;
/* Tailwind (arbitrary) */
class="text-[#1acdfb] bg-[#1acdfb]"
/* SCSS */
$brand: #1acdfb;
/* SwiftUI */
Color(red: 0.102, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#1acdfb")Accessibility — WCAG contrast
Aa
#1acdfb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1acdfb on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.4%
Blue98.4%
CMYK percentages
Cyan89.6%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#1acdfb text on a black background
contrast 11.17:1
Card sample
#1acdfb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1acdfb;
Background color
Panel with #1acdfb background
background-color: #1acdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1acdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1acdfb; background: linear-gradient(135deg, #1acdfb, #1A37FB);