#8adef1
a light, electric cyan · cool · closest name: skyblue
RGB
138, 222, 241
HSL
191°, 79%, 74%
CMYK
43, 8, 0, 6
Luminance
0.6400
Every format
| HEX | #8adef1 |
| RGB | rgb(138, 222, 241) |
| HSL | hsl(191, 79%, 74%) |
| CMYK | cmyk(43%, 8%, 0%, 6%) |
| LAB | lab(84.0 -20.7 -17.3) |
| LCH | lch(84.0 26.9 219.9) |
| OKLCH | oklch(0.854 0.086 213.7) |
Copy-ready code
/* CSS */
color: #8adef1;
background-color: #8adef1;
/* Tailwind (arbitrary) */
class="text-[#8adef1] bg-[#8adef1]"
/* SCSS */
$brand: #8adef1;
/* SwiftUI */
Color(red: 0.541, green: 0.871, blue: 0.945)
/* Android */
Color.parseColor("#8adef1")Accessibility — WCAG contrast
Aa
#8adef1 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8adef1 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green87.1%
Blue94.5%
CMYK percentages
Cyan42.7%
Magenta7.9%
Yellow0.0%
Key (black)5.5%
Color previews
#8adef1 text on a black background
contrast 13.80:1
Card sample
#8adef1 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8adef1;
Background color
Panel with #8adef1 background
background-color: #8adef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8adef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 222, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 222, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8adef1; background: linear-gradient(135deg, #8adef1, #8A99F1);