#8acefd
a light, electric blue · cool · closest name: skyblue
RGB
138, 206, 253
HSL
205°, 97%, 77%
CMYK
46, 19, 0, 1
Luminance
0.5664
Every format
| HEX | #8acefd |
| RGB | rgb(138, 206, 253) |
| HSL | hsl(205, 97%, 77%) |
| CMYK | cmyk(46%, 19%, 0%, 1%) |
| LAB | lab(80.0 -9.3 -29.7) |
| LCH | lch(80.0 31.1 252.6) |
| OKLCH | oklch(0.823 0.096 239.6) |
Copy-ready code
/* CSS */
color: #8acefd;
background-color: #8acefd;
/* Tailwind (arbitrary) */
class="text-[#8acefd] bg-[#8acefd]"
/* SCSS */
$brand: #8acefd;
/* SwiftUI */
Color(red: 0.541, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#8acefd")Accessibility — WCAG contrast
Aa
#8acefd on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8acefd on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.8%
Blue99.2%
CMYK percentages
Cyan45.5%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#8acefd text on a black background
contrast 12.33:1
Card sample
#8acefd text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8acefd;
Background color
Panel with #8acefd background
background-color: #8acefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8acefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8acefd; background: linear-gradient(135deg, #8acefd, #938AFD);