#8ce9fd
a light, electric cyan · cool · closest name: skyblue
RGB
140, 233, 253
HSL
191°, 97%, 77%
CMYK
45, 8, 0, 1
Luminance
0.7095
Every format
| HEX | #8ce9fd |
| RGB | rgb(140, 233, 253) |
| HSL | hsl(191, 97%, 77%) |
| CMYK | cmyk(45%, 8%, 0%, 1%) |
| LAB | lab(87.5 -22.6 -18.3) |
| LCH | lch(87.5 29.1 219.0) |
| OKLCH | oklch(0.883 0.093 213.0) |
Copy-ready code
/* CSS */
color: #8ce9fd;
background-color: #8ce9fd;
/* Tailwind (arbitrary) */
class="text-[#8ce9fd] bg-[#8ce9fd]"
/* SCSS */
$brand: #8ce9fd;
/* SwiftUI */
Color(red: 0.549, green: 0.914, blue: 0.992)
/* Android */
Color.parseColor("#8ce9fd")Accessibility — WCAG contrast
Aa
#8ce9fd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce9fd on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green91.4%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta7.9%
Yellow0.0%
Key (black)0.8%
Color previews
#8ce9fd text on a black background
contrast 15.19:1
Card sample
#8ce9fd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce9fd;
Background color
Panel with #8ce9fd background
background-color: #8ce9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 233, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 233, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce9fd; background: linear-gradient(135deg, #8ce9fd, #8C9EFD);