#1adef4
a balanced, electric cyan · cool · closest name: cyan
RGB
26, 222, 244
HSL
186°, 91%, 53%
CMYK
89, 9, 0, 4
Luminance
0.5899
Every format
| HEX | #1adef4 |
| RGB | rgb(26, 222, 244) |
| HSL | hsl(186, 91%, 53%) |
| CMYK | cmyk(89%, 9%, 0%, 4%) |
| LAB | lab(81.3 -35.9 -23.2) |
| LCH | lch(81.3 42.7 212.8) |
| OKLCH | oklch(0.825 0.139 207.7) |
Copy-ready code
/* CSS */
color: #1adef4;
background-color: #1adef4;
/* Tailwind (arbitrary) */
class="text-[#1adef4] bg-[#1adef4]"
/* SCSS */
$brand: #1adef4;
/* SwiftUI */
Color(red: 0.102, green: 0.871, blue: 0.957)
/* Android */
Color.parseColor("#1adef4")Accessibility — WCAG contrast
Aa
#1adef4 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1adef4 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green87.1%
Blue95.7%
CMYK percentages
Cyan89.3%
Magenta9.0%
Yellow0.0%
Key (black)4.3%
Color previews
#1adef4 text on a black background
contrast 12.80:1
Card sample
#1adef4 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1adef4;
Background color
Panel with #1adef4 background
background-color: #1adef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1adef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 222, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 222, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1adef4; background: linear-gradient(135deg, #1adef4, #1A4CF4);