#8dcdfb
a light, electric blue · cool · closest name: skyblue
RGB
141, 205, 251
HSL
205°, 93%, 77%
CMYK
44, 18, 0, 2
Luminance
0.5629
Every format
| HEX | #8dcdfb |
| RGB | rgb(141, 205, 251) |
| HSL | hsl(205, 93%, 77%) |
| CMYK | cmyk(44%, 18%, 0%, 2%) |
| LAB | lab(79.8 -8.6 -28.9) |
| LCH | lch(79.8 30.2 253.4) |
| OKLCH | oklch(0.822 0.092 240.5) |
Copy-ready code
/* CSS */
color: #8dcdfb;
background-color: #8dcdfb;
/* Tailwind (arbitrary) */
class="text-[#8dcdfb] bg-[#8dcdfb]"
/* SCSS */
$brand: #8dcdfb;
/* SwiftUI */
Color(red: 0.553, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#8dcdfb")Accessibility — WCAG contrast
Aa
#8dcdfb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dcdfb on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green80.4%
Blue98.4%
CMYK percentages
Cyan43.8%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#8dcdfb text on a black background
contrast 12.26:1
Card sample
#8dcdfb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dcdfb;
Background color
Panel with #8dcdfb background
background-color: #8dcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dcdfb; background: linear-gradient(135deg, #8dcdfb, #978DFB);