#8f86fd
a light, electric blue · warm · closest name: royalblue
RGB
143, 134, 253
HSL
245°, 97%, 76%
CMYK
44, 47, 0, 1
Luminance
0.2998
Every format
| HEX | #8f86fd |
| RGB | rgb(143, 134, 253) |
| HSL | hsl(245, 97%, 76%) |
| CMYK | cmyk(44%, 47%, 0%, 1%) |
| LAB | lab(61.6 32.3 -58.4) |
| LCH | lch(61.6 66.8 299.0) |
| OKLCH | oklch(0.682 0.171 284.3) |
Copy-ready code
/* CSS */
color: #8f86fd;
background-color: #8f86fd;
/* Tailwind (arbitrary) */
class="text-[#8f86fd] bg-[#8f86fd]"
/* SCSS */
$brand: #8f86fd;
/* SwiftUI */
Color(red: 0.561, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#8f86fd")Accessibility — WCAG contrast
Aa
#8f86fd on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f86fd on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green52.5%
Blue99.2%
CMYK percentages
Cyan43.5%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#8f86fd text on a black background
contrast 7.00:1
Card sample
#8f86fd text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f86fd;
Background color
Panel with #8f86fd background
background-color: #8f86fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f86fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f86fd; background: linear-gradient(135deg, #8f86fd, #DE86FD);