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