#8dcdf0
a light, electric blue · cool · closest name: skyblue
RGB
141, 205, 240
HSL
201°, 77%, 75%
CMYK
41, 15, 0, 6
Luminance
0.5562
Every format
| HEX | #8dcdf0 |
| RGB | rgb(141, 205, 240) |
| HSL | hsl(201, 77%, 75%) |
| CMYK | cmyk(41%, 15%, 0%, 6%) |
| LAB | lab(79.4 -11.5 -23.6) |
| LCH | lch(79.4 26.3 244.0) |
| OKLCH | oklch(0.818 0.082 233.0) |
Copy-ready code
/* CSS */
color: #8dcdf0;
background-color: #8dcdf0;
/* Tailwind (arbitrary) */
class="text-[#8dcdf0] bg-[#8dcdf0]"
/* SCSS */
$brand: #8dcdf0;
/* SwiftUI */
Color(red: 0.553, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#8dcdf0")Accessibility — WCAG contrast
Aa
#8dcdf0 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dcdf0 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green80.4%
Blue94.1%
CMYK percentages
Cyan41.3%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#8dcdf0 text on a black background
contrast 12.12:1
Card sample
#8dcdf0 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dcdf0;
Background color
Panel with #8dcdf0 background
background-color: #8dcdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dcdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dcdf0; background: linear-gradient(135deg, #8dcdf0, #8F8DF0);