#8aeafd
a light, electric cyan · cool · closest name: skyblue
RGB
138, 234, 253
HSL
190°, 97%, 77%
CMYK
46, 8, 0, 1
Luminance
0.7134
Every format
| HEX | #8aeafd |
| RGB | rgb(138, 234, 253) |
| HSL | hsl(190, 97%, 77%) |
| CMYK | cmyk(46%, 8%, 0%, 1%) |
| LAB | lab(87.7 -23.6 -18.0) |
| LCH | lch(87.7 29.7 217.4) |
| OKLCH | oklch(0.884 0.094 211.7) |
Copy-ready code
/* CSS */
color: #8aeafd;
background-color: #8aeafd;
/* Tailwind (arbitrary) */
class="text-[#8aeafd] bg-[#8aeafd]"
/* SCSS */
$brand: #8aeafd;
/* SwiftUI */
Color(red: 0.541, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#8aeafd")Accessibility — WCAG contrast
Aa
#8aeafd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aeafd on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green91.8%
Blue99.2%
CMYK percentages
Cyan45.5%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#8aeafd text on a black background
contrast 15.27:1
Card sample
#8aeafd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aeafd;
Background color
Panel with #8aeafd background
background-color: #8aeafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aeafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aeafd; background: linear-gradient(135deg, #8aeafd, #8A9EFD);