#8cdffd
a light, electric cyan · cool · closest name: skyblue
RGB
140, 223, 253
HSL
196°, 97%, 77%
CMYK
45, 12, 0, 1
Luminance
0.6544
Every format
| HEX | #8cdffd |
| RGB | rgb(140, 223, 253) |
| HSL | hsl(196, 97%, 77%) |
| CMYK | cmyk(45%, 12%, 0%, 1%) |
| LAB | lab(84.7 -17.6 -22.5) |
| LCH | lch(84.7 28.6 231.9) |
| OKLCH | oklch(0.861 0.091 223.1) |
Copy-ready code
/* CSS */
color: #8cdffd;
background-color: #8cdffd;
/* Tailwind (arbitrary) */
class="text-[#8cdffd] bg-[#8cdffd]"
/* SCSS */
$brand: #8cdffd;
/* SwiftUI */
Color(red: 0.549, green: 0.875, blue: 0.992)
/* Android */
Color.parseColor("#8cdffd")Accessibility — WCAG contrast
Aa
#8cdffd on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdffd on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green87.5%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta11.9%
Yellow0.0%
Key (black)0.8%
Color previews
#8cdffd text on a black background
contrast 14.09:1
Card sample
#8cdffd text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdffd;
Background color
Panel with #8cdffd background
background-color: #8cdffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 223, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 223, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdffd; background: linear-gradient(135deg, #8cdffd, #8C94FD);