#8dccfd
a light, electric blue · cool · closest name: skyblue
RGB
141, 204, 253
HSL
206°, 97%, 77%
CMYK
44, 19, 0, 1
Luminance
0.5594
Every format
| HEX | #8dccfd |
| RGB | rgb(141, 204, 253) |
| HSL | hsl(206, 97%, 77%) |
| CMYK | cmyk(44%, 19%, 0%, 1%) |
| LAB | lab(79.6 -7.5 -30.3) |
| LCH | lch(79.6 31.2 256.0) |
| OKLCH | oklch(0.821 0.095 242.7) |
Copy-ready code
/* CSS */
color: #8dccfd;
background-color: #8dccfd;
/* Tailwind (arbitrary) */
class="text-[#8dccfd] bg-[#8dccfd]"
/* SCSS */
$brand: #8dccfd;
/* SwiftUI */
Color(red: 0.553, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#8dccfd")Accessibility — WCAG contrast
Aa
#8dccfd on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dccfd on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green80.0%
Blue99.2%
CMYK percentages
Cyan44.3%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#8dccfd text on a black background
contrast 12.19:1
Card sample
#8dccfd text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dccfd;
Background color
Panel with #8dccfd background
background-color: #8dccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dccfd; background: linear-gradient(135deg, #8dccfd, #998DFD);