#8decfd
a light, electric cyan · cool · closest name: skyblue
RGB
141, 236, 253
HSL
189°, 97%, 77%
CMYK
44, 7, 0, 1
Luminance
0.7275
Every format
| HEX | #8decfd |
| RGB | rgb(141, 236, 253) |
| HSL | hsl(189, 97%, 77%) |
| CMYK | cmyk(44%, 7%, 0%, 1%) |
| LAB | lab(88.3 -23.9 -17.0) |
| LCH | lch(88.3 29.3 215.5) |
| OKLCH | oklch(0.890 0.093 210.2) |
Copy-ready code
/* CSS */
color: #8decfd;
background-color: #8decfd;
/* Tailwind (arbitrary) */
class="text-[#8decfd] bg-[#8decfd]"
/* SCSS */
$brand: #8decfd;
/* SwiftUI */
Color(red: 0.553, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#8decfd")Accessibility — WCAG contrast
Aa
#8decfd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8decfd on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green92.5%
Blue99.2%
CMYK percentages
Cyan44.3%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#8decfd text on a black background
contrast 15.55:1
Card sample
#8decfd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8decfd;
Background color
Panel with #8decfd background
background-color: #8decfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8decfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8decfd; background: linear-gradient(135deg, #8decfd, #8DA2FD);