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