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