#8abdfd
a light, electric blue · cool · closest name: skyblue
RGB
138, 189, 253
HSL
213°, 97%, 77%
CMYK
46, 25, 0, 1
Luminance
0.4889
Every format
| HEX | #8abdfd |
| RGB | rgb(138, 189, 253) |
| HSL | hsl(213, 97%, 77%) |
| CMYK | cmyk(46%, 25%, 0%, 1%) |
| LAB | lab(75.4 -0.2 -36.8) |
| LCH | lch(75.4 36.8 269.7) |
| OKLCH | oklch(0.787 0.106 254.5) |
Copy-ready code
/* CSS */
color: #8abdfd;
background-color: #8abdfd;
/* Tailwind (arbitrary) */
class="text-[#8abdfd] bg-[#8abdfd]"
/* SCSS */
$brand: #8abdfd;
/* SwiftUI */
Color(red: 0.541, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#8abdfd")Accessibility — WCAG contrast
Aa
#8abdfd on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8abdfd on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green74.1%
Blue99.2%
CMYK percentages
Cyan45.5%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#8abdfd text on a black background
contrast 10.78:1
Card sample
#8abdfd text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8abdfd;
Background color
Panel with #8abdfd background
background-color: #8abdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8abdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8abdfd; background: linear-gradient(135deg, #8abdfd, #A48AFD);