#8d2fba
a balanced, vivid violet · warm · closest name: purple
RGB
141, 47, 186
HSL
281°, 60%, 46%
CMYK
24, 75, 0, 27
Luminance
0.1124
Every format
| HEX | #8d2fba |
| RGB | rgb(141, 47, 186) |
| HSL | hsl(281, 60%, 46%) |
| CMYK | cmyk(24%, 75%, 0%, 27%) |
| LAB | lab(40.0 60.3 -55.2) |
| LCH | lch(40.0 81.7 317.5) |
| OKLCH | oklch(0.510 0.210 312.1) |
Copy-ready code
/* CSS */
color: #8d2fba;
background-color: #8d2fba;
/* Tailwind (arbitrary) */
class="text-[#8d2fba] bg-[#8d2fba]"
/* SCSS */
$brand: #8d2fba;
/* SwiftUI */
Color(red: 0.553, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#8d2fba")Accessibility — WCAG contrast
Aa
#8d2fba on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8d2fba on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green18.4%
Blue72.9%
CMYK percentages
Cyan24.2%
Magenta74.7%
Yellow0.0%
Key (black)27.1%
Color previews
#8d2fba text on a black background
contrast 3.25:1
Card sample
#8d2fba text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d2fba;
Background color
Panel with #8d2fba background
background-color: #8d2fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d2fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d2fba; background: linear-gradient(135deg, #8d2fba, #BA2F8A);