#8c7afd
a light, electric blue · warm · closest name: slateblue
RGB
140, 122, 253
HSL
248°, 97%, 74%
CMYK
45, 52, 0, 1
Luminance
0.2659
Every format
| HEX | #8c7afd |
| RGB | rgb(140, 122, 253) |
| HSL | hsl(248, 97%, 74%) |
| CMYK | cmyk(45%, 52%, 0%, 1%) |
| LAB | lab(58.6 38.6 -63.3) |
| LCH | lch(58.6 74.1 301.4) |
| OKLCH | oklch(0.659 0.188 286.3) |
Copy-ready code
/* CSS */
color: #8c7afd;
background-color: #8c7afd;
/* Tailwind (arbitrary) */
class="text-[#8c7afd] bg-[#8c7afd]"
/* SCSS */
$brand: #8c7afd;
/* SwiftUI */
Color(red: 0.549, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#8c7afd")Accessibility — WCAG contrast
Aa
#8c7afd on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c7afd on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green47.8%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#8c7afd text on a black background
contrast 6.32:1
Card sample
#8c7afd text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c7afd;
Background color
Panel with #8c7afd background
background-color: #8c7afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c7afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c7afd; background: linear-gradient(135deg, #8c7afd, #E37AFD);