#8cdcfe
a light, electric cyan · cool · closest name: skyblue
RGB
140, 220, 254
HSL
198°, 98%, 77%
CMYK
45, 13, 0, 0
Luminance
0.6392
Every format
| HEX | #8cdcfe |
| RGB | rgb(140, 220, 254) |
| HSL | hsl(198, 98%, 77%) |
| CMYK | cmyk(45%, 13%, 0%, 0%) |
| LAB | lab(83.9 -15.8 -24.2) |
| LCH | lch(83.9 28.9 236.8) |
| OKLCH | oklch(0.855 0.091 226.9) |
Copy-ready code
/* CSS */
color: #8cdcfe;
background-color: #8cdcfe;
/* Tailwind (arbitrary) */
class="text-[#8cdcfe] bg-[#8cdcfe]"
/* SCSS */
$brand: #8cdcfe;
/* SwiftUI */
Color(red: 0.549, green: 0.863, blue: 0.996)
/* Android */
Color.parseColor("#8cdcfe")Accessibility — WCAG contrast
Aa
#8cdcfe on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdcfe on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green86.3%
Blue99.6%
CMYK percentages
Cyan44.9%
Magenta13.4%
Yellow0.0%
Key (black)0.4%
Color previews
#8cdcfe text on a black background
contrast 13.78:1
Card sample
#8cdcfe text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdcfe;
Background color
Panel with #8cdcfe background
background-color: #8cdcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 220, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 220, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdcfe; background: linear-gradient(135deg, #8cdcfe, #8C90FE);