#1adeff
a balanced, electric cyan · cool · closest name: skyblue
RGB
26, 222, 255
HSL
189°, 100%, 55%
CMYK
90, 13, 0, 0
Luminance
0.5968
Every format
| HEX | #1adeff |
| RGB | rgb(26, 222, 255) |
| HSL | hsl(189, 100%, 55%) |
| CMYK | cmyk(90%, 13%, 0%, 0%) |
| LAB | lab(81.7 -32.5 -28.4) |
| LCH | lch(81.7 43.1 221.2) |
| OKLCH | oklch(0.829 0.143 213.8) |
Copy-ready code
/* CSS */
color: #1adeff;
background-color: #1adeff;
/* Tailwind (arbitrary) */
class="text-[#1adeff] bg-[#1adeff]"
/* SCSS */
$brand: #1adeff;
/* SwiftUI */
Color(red: 0.102, green: 0.871, blue: 1.000)
/* Android */
Color.parseColor("#1adeff")Accessibility — WCAG contrast
Aa
#1adeff on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1adeff on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green87.1%
Blue100.0%
CMYK percentages
Cyan89.8%
Magenta12.9%
Yellow0.0%
Key (black)0.0%
Color previews
#1adeff text on a black background
contrast 12.94:1
Card sample
#1adeff text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1adeff;
Background color
Panel with #1adeff background
background-color: #1adeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1adeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 222, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 222, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1adeff; background: linear-gradient(135deg, #1adeff, #1A46FF);