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