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