#8c7cdf
a light, vivid blue · warm · closest name: slateblue
RGB
140, 124, 223
HSL
250°, 61%, 68%
CMYK
37, 44, 0, 13
Luminance
0.2532
Every format
| HEX | #8c7cdf |
| RGB | rgb(140, 124, 223) |
| HSL | hsl(250, 61%, 68%) |
| CMYK | cmyk(37%, 44%, 0%, 13%) |
| LAB | lab(57.4 29.1 -48.5) |
| LCH | lch(57.4 56.6 300.9) |
| OKLCH | oklch(0.644 0.145 289.1) |
Copy-ready code
/* CSS */
color: #8c7cdf;
background-color: #8c7cdf;
/* Tailwind (arbitrary) */
class="text-[#8c7cdf] bg-[#8c7cdf]"
/* SCSS */
$brand: #8c7cdf;
/* SwiftUI */
Color(red: 0.549, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#8c7cdf")Accessibility — WCAG contrast
Aa
#8c7cdf on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c7cdf on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green48.6%
Blue87.5%
CMYK percentages
Cyan37.2%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#8c7cdf text on a black background
contrast 6.06:1
Card sample
#8c7cdf text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c7cdf;
Background color
Panel with #8c7cdf background
background-color: #8c7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c7cdf; background: linear-gradient(135deg, #8c7cdf, #CE7CDF);