#8c86fc
a light, electric blue · warm · closest name: royalblue
RGB
140, 134, 252
HSL
243°, 95%, 76%
CMYK
44, 47, 0, 1
Luminance
0.2965
Every format
| HEX | #8c86fc |
| RGB | rgb(140, 134, 252) |
| HSL | hsl(243, 95%, 76%) |
| CMYK | cmyk(44%, 47%, 0%, 1%) |
| LAB | lab(61.4 31.4 -58.3) |
| LCH | lch(61.4 66.2 298.3) |
| OKLCH | oklch(0.679 0.170 283.2) |
Copy-ready code
/* CSS */
color: #8c86fc;
background-color: #8c86fc;
/* Tailwind (arbitrary) */
class="text-[#8c86fc] bg-[#8c86fc]"
/* SCSS */
$brand: #8c86fc;
/* SwiftUI */
Color(red: 0.549, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#8c86fc")Accessibility — WCAG contrast
Aa
#8c86fc on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c86fc on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green52.5%
Blue98.8%
CMYK percentages
Cyan44.4%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#8c86fc text on a black background
contrast 6.93:1
Card sample
#8c86fc text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c86fc;
Background color
Panel with #8c86fc background
background-color: #8c86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c86fc; background: linear-gradient(135deg, #8c86fc, #DB86FC);