#8d7cff
a light, electric blue · warm · closest name: slateblue
RGB
141, 124, 255
HSL
248°, 100%, 74%
CMYK
45, 51, 0, 0
Luminance
0.2730
Every format
| HEX | #8d7cff |
| RGB | rgb(141, 124, 255) |
| HSL | hsl(248, 100%, 74%) |
| CMYK | cmyk(45%, 51%, 0%, 0%) |
| LAB | lab(59.3 38.2 -63.3) |
| LCH | lch(59.3 74.0 301.1) |
| OKLCH | oklch(0.664 0.188 286.0) |
Copy-ready code
/* CSS */
color: #8d7cff;
background-color: #8d7cff;
/* Tailwind (arbitrary) */
class="text-[#8d7cff] bg-[#8d7cff]"
/* SCSS */
$brand: #8d7cff;
/* SwiftUI */
Color(red: 0.553, green: 0.486, blue: 1.000)
/* Android */
Color.parseColor("#8d7cff")Accessibility — WCAG contrast
Aa
#8d7cff on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8d7cff on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green48.6%
Blue100.0%
CMYK percentages
Cyan44.7%
Magenta51.4%
Yellow0.0%
Key (black)0.0%
Color previews
#8d7cff text on a black background
contrast 6.46:1
Card sample
#8d7cff text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d7cff;
Background color
Panel with #8d7cff background
background-color: #8d7cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d7cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 124, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 124, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d7cff; background: linear-gradient(135deg, #8d7cff, #E47CFF);