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