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