#8decf4
a light, electric cyan · cool · closest name: skyblue
RGB
141, 236, 244
HSL
185°, 82%, 76%
CMYK
42, 3, 0, 4
Luminance
0.7219
Every format
| HEX | #8decf4 |
| RGB | rgb(141, 236, 244) |
| HSL | hsl(185, 82%, 76%) |
| CMYK | cmyk(42%, 3%, 0%, 4%) |
| LAB | lab(88.1 -26.1 -12.7) |
| LCH | lch(88.1 29.0 205.9) |
| OKLCH | oklch(0.887 0.091 202.6) |
Copy-ready code
/* CSS */
color: #8decf4;
background-color: #8decf4;
/* Tailwind (arbitrary) */
class="text-[#8decf4] bg-[#8decf4]"
/* SCSS */
$brand: #8decf4;
/* SwiftUI */
Color(red: 0.553, green: 0.925, blue: 0.957)
/* Android */
Color.parseColor("#8decf4")Accessibility — WCAG contrast
Aa
#8decf4 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8decf4 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green92.5%
Blue95.7%
CMYK percentages
Cyan42.2%
Magenta3.3%
Yellow0.0%
Key (black)4.3%
Color previews
#8decf4 text on a black background
contrast 15.44:1
Card sample
#8decf4 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8decf4;
Background color
Panel with #8decf4 background
background-color: #8decf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8decf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 236, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 236, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8decf4; background: linear-gradient(135deg, #8decf4, #8DA7F4);