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