#1adef7
a balanced, electric cyan · cool · closest name: cyan
RGB
26, 222, 247
HSL
187°, 93%, 54%
CMYK
90, 10, 0, 3
Luminance
0.5918
Every format
| HEX | #1adef7 |
| RGB | rgb(26, 222, 247) |
| HSL | hsl(187, 93%, 54%) |
| CMYK | cmyk(90%, 10%, 0%, 3%) |
| LAB | lab(81.4 -35.0 -24.6) |
| LCH | lch(81.4 42.8 215.1) |
| OKLCH | oklch(0.826 0.140 209.4) |
Copy-ready code
/* CSS */
color: #1adef7;
background-color: #1adef7;
/* Tailwind (arbitrary) */
class="text-[#1adef7] bg-[#1adef7]"
/* SCSS */
$brand: #1adef7;
/* SwiftUI */
Color(red: 0.102, green: 0.871, blue: 0.969)
/* Android */
Color.parseColor("#1adef7")Accessibility — WCAG contrast
Aa
#1adef7 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1adef7 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green87.1%
Blue96.9%
CMYK percentages
Cyan89.5%
Magenta10.1%
Yellow0.0%
Key (black)3.1%
Color previews
#1adef7 text on a black background
contrast 12.84:1
Card sample
#1adef7 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1adef7;
Background color
Panel with #1adef7 background
background-color: #1adef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1adef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 222, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 222, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1adef7; background: linear-gradient(135deg, #1adef7, #1A4BF7);