#8086fc
a light, electric blue · warm · closest name: royalblue
RGB
128, 134, 252
HSL
237°, 95%, 75%
CMYK
49, 47, 0, 1
Luminance
0.2867
Every format
| HEX | #8086fc |
| RGB | rgb(128, 134, 252) |
| HSL | hsl(237, 95%, 75%) |
| CMYK | cmyk(49%, 47%, 0%, 1%) |
| LAB | lab(60.5 28.7 -59.8) |
| LCH | lch(60.5 66.3 295.6) |
| OKLCH | oklch(0.670 0.172 278.5) |
Copy-ready code
/* CSS */
color: #8086fc;
background-color: #8086fc;
/* Tailwind (arbitrary) */
class="text-[#8086fc] bg-[#8086fc]"
/* SCSS */
$brand: #8086fc;
/* SwiftUI */
Color(red: 0.502, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#8086fc")Accessibility — WCAG contrast
Aa
#8086fc on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8086fc on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green52.5%
Blue98.8%
CMYK percentages
Cyan49.2%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#8086fc text on a black background
contrast 6.73:1
Card sample
#8086fc text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8086fc;
Background color
Panel with #8086fc background
background-color: #8086fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8086fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8086fc; background: linear-gradient(135deg, #8086fc, #CD80FC);