#8331af
a dark, vivid violet · warm · closest name: purple
RGB
131, 49, 175
HSL
279°, 56%, 44%
CMYK
25, 72, 0, 31
Luminance
0.1012
Every format
| HEX | #8331af |
| RGB | rgb(131, 49, 175) |
| HSL | hsl(279, 56%, 44%) |
| CMYK | cmyk(25%, 72%, 0%, 31%) |
| LAB | lab(38.0 55.2 -51.9) |
| LCH | lch(38.0 75.7 316.8) |
| OKLCH | oklch(0.490 0.194 311.0) |
Copy-ready code
/* CSS */
color: #8331af;
background-color: #8331af;
/* Tailwind (arbitrary) */
class="text-[#8331af] bg-[#8331af]"
/* SCSS */
$brand: #8331af;
/* SwiftUI */
Color(red: 0.514, green: 0.192, blue: 0.686)
/* Android */
Color.parseColor("#8331af")Accessibility — WCAG contrast
Aa
#8331af on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8331af on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green19.2%
Blue68.6%
CMYK percentages
Cyan25.1%
Magenta72.0%
Yellow0.0%
Key (black)31.4%
Color previews
#8331af text on a black background
contrast 3.02:1
Card sample
#8331af text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8331af;
Background color
Panel with #8331af background
background-color: #8331af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8331af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 49, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 49, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8331af; background: linear-gradient(135deg, #8331af, #AF3187);