#8cd8fd
a light, electric cyan · cool · closest name: skyblue
RGB
140, 216, 253
HSL
200°, 97%, 77%
CMYK
45, 15, 0, 1
Luminance
0.6178
Every format
| HEX | #8cd8fd |
| RGB | rgb(140, 216, 253) |
| HSL | hsl(200, 97%, 77%) |
| CMYK | cmyk(45%, 15%, 0%, 1%) |
| LAB | lab(82.8 -14.1 -25.4) |
| LCH | lch(82.8 29.0 241.0) |
| OKLCH | oklch(0.846 0.091 230.3) |
Copy-ready code
/* CSS */
color: #8cd8fd;
background-color: #8cd8fd;
/* Tailwind (arbitrary) */
class="text-[#8cd8fd] bg-[#8cd8fd]"
/* SCSS */
$brand: #8cd8fd;
/* SwiftUI */
Color(red: 0.549, green: 0.847, blue: 0.992)
/* Android */
Color.parseColor("#8cd8fd")Accessibility — WCAG contrast
Aa
#8cd8fd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd8fd on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green84.7%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta14.6%
Yellow0.0%
Key (black)0.8%
Color previews
#8cd8fd text on a black background
contrast 13.36:1
Card sample
#8cd8fd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd8fd;
Background color
Panel with #8cd8fd background
background-color: #8cd8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 216, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 216, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd8fd; background: linear-gradient(135deg, #8cd8fd, #8C8DFD);