#8c72cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
140, 114, 207
HSL
257°, 49%, 63%
CMYK
32, 45, 0, 19
Luminance
0.2212
Every format
| HEX | #8c72cf |
| RGB | rgb(140, 114, 207) |
| HSL | hsl(257, 49%, 63%) |
| CMYK | cmyk(32%, 45%, 0%, 19%) |
| LAB | lab(54.1 30.7 -44.6) |
| LCH | lch(54.1 54.2 304.5) |
| OKLCH | oklch(0.617 0.138 294.9) |
Copy-ready code
/* CSS */
color: #8c72cf;
background-color: #8c72cf;
/* Tailwind (arbitrary) */
class="text-[#8c72cf] bg-[#8c72cf]"
/* SCSS */
$brand: #8c72cf;
/* SwiftUI */
Color(red: 0.549, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#8c72cf")Accessibility — WCAG contrast
Aa
#8c72cf on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c72cf on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green44.7%
Blue81.2%
CMYK percentages
Cyan32.4%
Magenta44.9%
Yellow0.0%
Key (black)18.8%
Color previews
#8c72cf text on a black background
contrast 5.42:1
Card sample
#8c72cf text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c72cf;
Background color
Panel with #8c72cf background
background-color: #8c72cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c72cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c72cf; background: linear-gradient(135deg, #8c72cf, #CA72CF);