#1aceff
a balanced, electric cyan · cool · closest name: skyblue
RGB
26, 206, 255
HSL
193°, 100%, 55%
CMYK
90, 19, 0, 0
Luminance
0.5158
Every format
| HEX | #1aceff |
| RGB | rgb(26, 206, 255) |
| HSL | hsl(193, 100%, 55%) |
| CMYK | cmyk(90%, 19%, 0%, 0%) |
| LAB | lab(77.0 -24.6 -35.6) |
| LCH | lch(77.0 43.3 235.3) |
| OKLCH | oklch(0.792 0.145 223.6) |
Copy-ready code
/* CSS */
color: #1aceff;
background-color: #1aceff;
/* Tailwind (arbitrary) */
class="text-[#1aceff] bg-[#1aceff]"
/* SCSS */
$brand: #1aceff;
/* SwiftUI */
Color(red: 0.102, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#1aceff")Accessibility — WCAG contrast
Aa
#1aceff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1aceff on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.8%
Blue100.0%
CMYK percentages
Cyan89.8%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#1aceff text on a black background
contrast 11.32:1
Card sample
#1aceff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aceff;
Background color
Panel with #1aceff background
background-color: #1aceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aceff; background: linear-gradient(135deg, #1aceff, #1A35FF);