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