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