#8ccdfe
a light, electric blue · cool · closest name: skyblue
RGB
140, 205, 254
HSL
206°, 98%, 77%
CMYK
45, 19, 0, 0
Luminance
0.5639
Every format
| HEX | #8ccdfe |
| RGB | rgb(140, 205, 254) |
| HSL | hsl(206, 98%, 77%) |
| CMYK | cmyk(45%, 19%, 0%, 0%) |
| LAB | lab(79.8 -8.0 -30.4) |
| LCH | lch(79.8 31.5 255.2) |
| OKLCH | oklch(0.823 0.096 241.9) |
Copy-ready code
/* CSS */
color: #8ccdfe;
background-color: #8ccdfe;
/* Tailwind (arbitrary) */
class="text-[#8ccdfe] bg-[#8ccdfe]"
/* SCSS */
$brand: #8ccdfe;
/* SwiftUI */
Color(red: 0.549, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#8ccdfe")Accessibility — WCAG contrast
Aa
#8ccdfe on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccdfe on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.4%
Blue99.6%
CMYK percentages
Cyan44.9%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#8ccdfe text on a black background
contrast 12.28:1
Card sample
#8ccdfe text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccdfe;
Background color
Panel with #8ccdfe background
background-color: #8ccdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccdfe; background: linear-gradient(135deg, #8ccdfe, #978CFE);