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