#8acefc
a light, electric blue · cool · closest name: skyblue
RGB
138, 206, 252
HSL
204°, 95%, 77%
CMYK
45, 18, 0, 1
Luminance
0.5657
Every format
| HEX | #8acefc |
| RGB | rgb(138, 206, 252) |
| HSL | hsl(204, 95%, 77%) |
| CMYK | cmyk(45%, 18%, 0%, 1%) |
| LAB | lab(79.9 -9.6 -29.2) |
| LCH | lch(79.9 30.8 251.9) |
| OKLCH | oklch(0.823 0.095 239.0) |
Copy-ready code
/* CSS */
color: #8acefc;
background-color: #8acefc;
/* Tailwind (arbitrary) */
class="text-[#8acefc] bg-[#8acefc]"
/* SCSS */
$brand: #8acefc;
/* SwiftUI */
Color(red: 0.541, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#8acefc")Accessibility — WCAG contrast
Aa
#8acefc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8acefc on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.8%
Blue98.8%
CMYK percentages
Cyan45.2%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#8acefc text on a black background
contrast 12.31:1
Card sample
#8acefc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8acefc;
Background color
Panel with #8acefc background
background-color: #8acefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8acefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8acefc; background: linear-gradient(135deg, #8acefc, #928AFC);