#8f3daf
a balanced, vivid violet · warm · closest name: purple
RGB
143, 61, 175
HSL
283°, 48%, 46%
CMYK
18, 65, 0, 31
Luminance
0.1227
Every format
| HEX | #8f3daf |
| RGB | rgb(143, 61, 175) |
| HSL | hsl(283, 48%, 46%) |
| CMYK | cmyk(18%, 65%, 0%, 31%) |
| LAB | lab(41.6 52.5 -46.0) |
| LCH | lch(41.6 69.8 318.8) |
| OKLCH | oklch(0.520 0.183 315.1) |
Copy-ready code
/* CSS */
color: #8f3daf;
background-color: #8f3daf;
/* Tailwind (arbitrary) */
class="text-[#8f3daf] bg-[#8f3daf]"
/* SCSS */
$brand: #8f3daf;
/* SwiftUI */
Color(red: 0.561, green: 0.239, blue: 0.686)
/* Android */
Color.parseColor("#8f3daf")Accessibility — WCAG contrast
Aa
#8f3daf on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f3daf on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green23.9%
Blue68.6%
CMYK percentages
Cyan18.3%
Magenta65.1%
Yellow0.0%
Key (black)31.4%
Color previews
#8f3daf text on a black background
contrast 3.45:1
Card sample
#8f3daf text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f3daf;
Background color
Panel with #8f3daf background
background-color: #8f3daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f3daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 61, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 61, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f3daf; background: linear-gradient(135deg, #8f3daf, #AF3D83);