#8ccdf8
a light, electric blue · cool · closest name: skyblue
RGB
140, 205, 248
HSL
204°, 89%, 76%
CMYK
44, 17, 0, 3
Luminance
0.5602
Every format
| HEX | #8ccdf8 |
| RGB | rgb(140, 205, 248) |
| HSL | hsl(204, 89%, 76%) |
| CMYK | cmyk(44%, 17%, 0%, 3%) |
| LAB | lab(79.6 -9.7 -27.6) |
| LCH | lch(79.6 29.2 250.7) |
| OKLCH | oklch(0.820 0.090 238.3) |
Copy-ready code
/* CSS */
color: #8ccdf8;
background-color: #8ccdf8;
/* Tailwind (arbitrary) */
class="text-[#8ccdf8] bg-[#8ccdf8]"
/* SCSS */
$brand: #8ccdf8;
/* SwiftUI */
Color(red: 0.549, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#8ccdf8")Accessibility — WCAG contrast
Aa
#8ccdf8 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccdf8 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.4%
Blue97.3%
CMYK percentages
Cyan43.5%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#8ccdf8 text on a black background
contrast 12.20:1
Card sample
#8ccdf8 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccdf8;
Background color
Panel with #8ccdf8 background
background-color: #8ccdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccdf8; background: linear-gradient(135deg, #8ccdf8, #938CF8);