#8decf2
a light, electric cyan · cool · closest name: skyblue
RGB
141, 236, 242
HSL
184°, 80%, 75%
CMYK
42, 3, 0, 5
Luminance
0.7206
Every format
| HEX | #8decf2 |
| RGB | rgb(141, 236, 242) |
| HSL | hsl(184, 80%, 75%) |
| CMYK | cmyk(42%, 3%, 0%, 5%) |
| LAB | lab(88.0 -26.6 -11.7) |
| LCH | lch(88.0 29.1 203.8) |
| OKLCH | oklch(0.886 0.091 200.9) |
Copy-ready code
/* CSS */
color: #8decf2;
background-color: #8decf2;
/* Tailwind (arbitrary) */
class="text-[#8decf2] bg-[#8decf2]"
/* SCSS */
$brand: #8decf2;
/* SwiftUI */
Color(red: 0.553, green: 0.925, blue: 0.949)
/* Android */
Color.parseColor("#8decf2")Accessibility — WCAG contrast
Aa
#8decf2 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8decf2 on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green92.5%
Blue94.9%
CMYK percentages
Cyan41.7%
Magenta2.5%
Yellow0.0%
Key (black)5.1%
Color previews
#8decf2 text on a black background
contrast 15.41:1
Card sample
#8decf2 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8decf2;
Background color
Panel with #8decf2 background
background-color: #8decf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8decf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 236, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 236, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8decf2; background: linear-gradient(135deg, #8decf2, #8DA9F2);