#8f1dbb
a dark, vivid violet · warm · closest name: indigo
RGB
143, 29, 187
HSL
283°, 73%, 42%
CMYK
24, 85, 0, 27
Luminance
0.1031
Every format
| HEX | #8f1dbb |
| RGB | rgb(143, 29, 187) |
| HSL | hsl(283, 73%, 42%) |
| CMYK | cmyk(24%, 85%, 0%, 27%) |
| LAB | lab(38.4 66.6 -58.3) |
| LCH | lch(38.4 88.5 318.8) |
| OKLCH | oklch(0.499 0.228 313.6) |
Copy-ready code
/* CSS */
color: #8f1dbb;
background-color: #8f1dbb;
/* Tailwind (arbitrary) */
class="text-[#8f1dbb] bg-[#8f1dbb]"
/* SCSS */
$brand: #8f1dbb;
/* SwiftUI */
Color(red: 0.561, green: 0.114, blue: 0.733)
/* Android */
Color.parseColor("#8f1dbb")Accessibility — WCAG contrast
Aa
#8f1dbb on white: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f1dbb on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green11.4%
Blue73.3%
CMYK percentages
Cyan23.5%
Magenta84.5%
Yellow0.0%
Key (black)26.7%
Color previews
#8f1dbb text on a black background
contrast 3.06:1
Card sample
#8f1dbb text on a white background
contrast 6.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f1dbb;
Background color
Panel with #8f1dbb background
background-color: #8f1dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f1dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 29, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 29, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f1dbb; background: linear-gradient(135deg, #8f1dbb, #BB1D7E);