#8c73df
a light, vivid blue · warm · closest name: slateblue
RGB
140, 115, 223
HSL
254°, 63%, 66%
CMYK
37, 48, 0, 13
Luminance
0.2316
Every format
| HEX | #8c73df |
| RGB | rgb(140, 115, 223) |
| HSL | hsl(254, 63%, 66%) |
| CMYK | cmyk(37%, 48%, 0%, 13%) |
| LAB | lab(55.2 34.4 -52.0) |
| LCH | lch(55.2 62.3 303.5) |
| OKLCH | oklch(0.628 0.158 291.9) |
Copy-ready code
/* CSS */
color: #8c73df;
background-color: #8c73df;
/* Tailwind (arbitrary) */
class="text-[#8c73df] bg-[#8c73df]"
/* SCSS */
$brand: #8c73df;
/* SwiftUI */
Color(red: 0.549, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#8c73df")Accessibility — WCAG contrast
Aa
#8c73df on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c73df on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green45.1%
Blue87.5%
CMYK percentages
Cyan37.2%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#8c73df text on a black background
contrast 5.63:1
Card sample
#8c73df text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c73df;
Background color
Panel with #8c73df background
background-color: #8c73df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c73df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c73df; background: linear-gradient(135deg, #8c73df, #D473DF);