#1adefc
a balanced, electric cyan · cool · closest name: skyblue
RGB
26, 222, 252
HSL
188°, 97%, 55%
CMYK
90, 12, 0, 1
Luminance
0.5949
Every format
| HEX | #1adefc |
| RGB | rgb(26, 222, 252) |
| HSL | hsl(188, 97%, 55%) |
| CMYK | cmyk(90%, 12%, 0%, 1%) |
| LAB | lab(81.6 -33.4 -27.0) |
| LCH | lch(81.6 42.9 219.0) |
| OKLCH | oklch(0.828 0.141 212.2) |
Copy-ready code
/* CSS */
color: #1adefc;
background-color: #1adefc;
/* Tailwind (arbitrary) */
class="text-[#1adefc] bg-[#1adefc]"
/* SCSS */
$brand: #1adefc;
/* SwiftUI */
Color(red: 0.102, green: 0.871, blue: 0.988)
/* Android */
Color.parseColor("#1adefc")Accessibility — WCAG contrast
Aa
#1adefc on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1adefc on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green87.1%
Blue98.8%
CMYK percentages
Cyan89.7%
Magenta11.9%
Yellow0.0%
Key (black)1.2%
Color previews
#1adefc text on a black background
contrast 12.90:1
Card sample
#1adefc text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1adefc;
Background color
Panel with #1adefc background
background-color: #1adefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1adefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 222, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 222, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1adefc; background: linear-gradient(135deg, #1adefc, #1A47FC);