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