#8bdafd
a light, electric cyan · cool · closest name: skyblue
RGB
139, 218, 253
HSL
198°, 97%, 77%
CMYK
45, 14, 0, 1
Luminance
0.6272
Every format
| HEX | #8bdafd |
| RGB | rgb(139, 218, 253) |
| HSL | hsl(198, 97%, 77%) |
| CMYK | cmyk(45%, 14%, 0%, 1%) |
| LAB | lab(83.3 -15.3 -24.6) |
| LCH | lch(83.3 29.0 238.1) |
| OKLCH | oklch(0.850 0.092 228.0) |
Copy-ready code
/* CSS */
color: #8bdafd;
background-color: #8bdafd;
/* Tailwind (arbitrary) */
class="text-[#8bdafd] bg-[#8bdafd]"
/* SCSS */
$brand: #8bdafd;
/* SwiftUI */
Color(red: 0.545, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#8bdafd")Accessibility — WCAG contrast
Aa
#8bdafd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bdafd on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green85.5%
Blue99.2%
CMYK percentages
Cyan45.1%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#8bdafd text on a black background
contrast 13.54:1
Card sample
#8bdafd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bdafd;
Background color
Panel with #8bdafd background
background-color: #8bdafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bdafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bdafd; background: linear-gradient(135deg, #8bdafd, #8B8EFD);