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