#8dcdfe
a light, electric blue · cool · closest name: skyblue
RGB
141, 205, 254
HSL
206°, 98%, 78%
CMYK
45, 19, 0, 0
Luminance
0.5648
Every format
| HEX | #8dcdfe |
| RGB | rgb(141, 205, 254) |
| HSL | hsl(206, 98%, 78%) |
| CMYK | cmyk(45%, 19%, 0%, 0%) |
| LAB | lab(79.9 -7.8 -30.4) |
| LCH | lch(79.9 31.4 255.6) |
| OKLCH | oklch(0.823 0.095 242.3) |
Copy-ready code
/* CSS */
color: #8dcdfe;
background-color: #8dcdfe;
/* Tailwind (arbitrary) */
class="text-[#8dcdfe] bg-[#8dcdfe]"
/* SCSS */
$brand: #8dcdfe;
/* SwiftUI */
Color(red: 0.553, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#8dcdfe")Accessibility — WCAG contrast
Aa
#8dcdfe on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dcdfe on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green80.4%
Blue99.6%
CMYK percentages
Cyan44.5%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#8dcdfe text on a black background
contrast 12.30:1
Card sample
#8dcdfe text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dcdfe;
Background color
Panel with #8dcdfe background
background-color: #8dcdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dcdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dcdfe; background: linear-gradient(135deg, #8dcdfe, #998DFE);