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