#8b2fac
a dark, vivid violet · warm · closest name: purple
RGB
139, 47, 172
HSL
284°, 57%, 43%
CMYK
19, 73, 0, 33
Luminance
0.1050
Every format
| HEX | #8b2fac |
| RGB | rgb(139, 47, 172) |
| HSL | hsl(284, 57%, 43%) |
| CMYK | cmyk(19%, 73%, 0%, 33%) |
| LAB | lab(38.7 57.0 -48.9) |
| LCH | lch(38.7 75.1 319.4) |
| OKLCH | oklch(0.497 0.197 315.5) |
Copy-ready code
/* CSS */
color: #8b2fac;
background-color: #8b2fac;
/* Tailwind (arbitrary) */
class="text-[#8b2fac] bg-[#8b2fac]"
/* SCSS */
$brand: #8b2fac;
/* SwiftUI */
Color(red: 0.545, green: 0.184, blue: 0.675)
/* Android */
Color.parseColor("#8b2fac")Accessibility — WCAG contrast
Aa
#8b2fac on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8b2fac on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green18.4%
Blue67.5%
CMYK percentages
Cyan19.2%
Magenta72.7%
Yellow0.0%
Key (black)32.5%
Color previews
#8b2fac text on a black background
contrast 3.10:1
Card sample
#8b2fac text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b2fac;
Background color
Panel with #8b2fac background
background-color: #8b2fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b2fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 47, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 47, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b2fac; background: linear-gradient(135deg, #8b2fac, #AC2F79);