#8dcefa
a light, electric blue · cool · closest name: skyblue
RGB
141, 206, 250
HSL
204°, 92%, 77%
CMYK
44, 18, 0, 2
Luminance
0.5671
Every format
| HEX | #8dcefa |
| RGB | rgb(141, 206, 250) |
| HSL | hsl(204, 92%, 77%) |
| CMYK | cmyk(44%, 18%, 0%, 2%) |
| LAB | lab(80.0 -9.4 -28.0) |
| LCH | lch(80.0 29.6 251.5) |
| OKLCH | oklch(0.824 0.091 238.9) |
Copy-ready code
/* CSS */
color: #8dcefa;
background-color: #8dcefa;
/* Tailwind (arbitrary) */
class="text-[#8dcefa] bg-[#8dcefa]"
/* SCSS */
$brand: #8dcefa;
/* SwiftUI */
Color(red: 0.553, green: 0.808, blue: 0.980)
/* Android */
Color.parseColor("#8dcefa")Accessibility — WCAG contrast
Aa
#8dcefa on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dcefa on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green80.8%
Blue98.0%
CMYK percentages
Cyan43.6%
Magenta17.6%
Yellow0.0%
Key (black)2.0%
Color previews
#8dcefa text on a black background
contrast 12.34:1
Card sample
#8dcefa text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dcefa;
Background color
Panel with #8dcefa background
background-color: #8dcefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dcefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 206, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 206, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dcefa; background: linear-gradient(135deg, #8dcefa, #958DFA);