#8adefe
a light, electric cyan · cool · closest name: skyblue
RGB
138, 222, 254
HSL
197°, 98%, 77%
CMYK
46, 13, 0, 0
Luminance
0.6480
Every format
| HEX | #8adefe |
| RGB | rgb(138, 222, 254) |
| HSL | hsl(197, 98%, 77%) |
| CMYK | cmyk(46%, 13%, 0%, 0%) |
| LAB | lab(84.4 -17.3 -23.5) |
| LCH | lch(84.4 29.2 233.6) |
| OKLCH | oklch(0.858 0.093 224.4) |
Copy-ready code
/* CSS */
color: #8adefe;
background-color: #8adefe;
/* Tailwind (arbitrary) */
class="text-[#8adefe] bg-[#8adefe]"
/* SCSS */
$brand: #8adefe;
/* SwiftUI */
Color(red: 0.541, green: 0.871, blue: 0.996)
/* Android */
Color.parseColor("#8adefe")Accessibility — WCAG contrast
Aa
#8adefe on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8adefe on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green87.1%
Blue99.6%
CMYK percentages
Cyan45.7%
Magenta12.6%
Yellow0.0%
Key (black)0.4%
Color previews
#8adefe text on a black background
contrast 13.96:1
Card sample
#8adefe text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8adefe;
Background color
Panel with #8adefe background
background-color: #8adefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8adefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 222, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 222, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8adefe; background: linear-gradient(135deg, #8adefe, #8A91FE);