#8cedfd
a light, electric cyan · cool · closest name: skyblue
RGB
140, 237, 253
HSL
189°, 97%, 77%
CMYK
45, 6, 0, 1
Luminance
0.7324
Every format
| HEX | #8cedfd |
| RGB | rgb(140, 237, 253) |
| HSL | hsl(189, 97%, 77%) |
| CMYK | cmyk(45%, 6%, 0%, 1%) |
| LAB | lab(88.6 -24.6 -16.7) |
| LCH | lch(88.6 29.7 214.1) |
| OKLCH | oklch(0.892 0.094 209.2) |
Copy-ready code
/* CSS */
color: #8cedfd;
background-color: #8cedfd;
/* Tailwind (arbitrary) */
class="text-[#8cedfd] bg-[#8cedfd]"
/* SCSS */
$brand: #8cedfd;
/* SwiftUI */
Color(red: 0.549, green: 0.929, blue: 0.992)
/* Android */
Color.parseColor("#8cedfd")Accessibility — WCAG contrast
Aa
#8cedfd on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cedfd on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green92.9%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta6.3%
Yellow0.0%
Key (black)0.8%
Color previews
#8cedfd text on a black background
contrast 15.65:1
Card sample
#8cedfd text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cedfd;
Background color
Panel with #8cedfd background
background-color: #8cedfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cedfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 237, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 237, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cedfd; background: linear-gradient(135deg, #8cedfd, #8CA2FD);