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