#8c1ddf
a balanced, electric violet · warm · closest name: blue
RGB
140, 29, 223
HSL
274°, 77%, 49%
CMYK
37, 87, 0, 13
Luminance
0.1178
Every format
| HEX | #8c1ddf |
| RGB | rgb(140, 29, 223) |
| HSL | hsl(274, 77%, 49%) |
| CMYK | cmyk(37%, 87%, 0%, 13%) |
| LAB | lab(40.9 73.4 -75.2) |
| LCH | lch(40.9 105.1 314.3) |
| OKLCH | oklch(0.524 0.258 303.5) |
Copy-ready code
/* CSS */
color: #8c1ddf;
background-color: #8c1ddf;
/* Tailwind (arbitrary) */
class="text-[#8c1ddf] bg-[#8c1ddf]"
/* SCSS */
$brand: #8c1ddf;
/* SwiftUI */
Color(red: 0.549, green: 0.114, blue: 0.875)
/* Android */
Color.parseColor("#8c1ddf")Accessibility — WCAG contrast
Aa
#8c1ddf on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c1ddf on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green11.4%
Blue87.5%
CMYK percentages
Cyan37.2%
Magenta87.0%
Yellow0.0%
Key (black)12.5%
Color previews
#8c1ddf text on a black background
contrast 3.36:1
Card sample
#8c1ddf text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c1ddf;
Background color
Panel with #8c1ddf background
background-color: #8c1ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c1ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 29, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 29, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c1ddf; background: linear-gradient(135deg, #8c1ddf, #DF1DB1);