#8335af
a dark, vivid violet · warm · closest name: purple
RGB
131, 53, 175
HSL
278°, 54%, 45%
CMYK
25, 70, 0, 31
Luminance
0.1047
Every format
| HEX | #8335af |
| RGB | rgb(131, 53, 175) |
| HSL | hsl(278, 54%, 45%) |
| CMYK | cmyk(25%, 70%, 0%, 31%) |
| LAB | lab(38.7 53.5 -50.9) |
| LCH | lch(38.7 73.8 316.4) |
| OKLCH | oklch(0.495 0.189 310.6) |
Copy-ready code
/* CSS */
color: #8335af;
background-color: #8335af;
/* Tailwind (arbitrary) */
class="text-[#8335af] bg-[#8335af]"
/* SCSS */
$brand: #8335af;
/* SwiftUI */
Color(red: 0.514, green: 0.208, blue: 0.686)
/* Android */
Color.parseColor("#8335af")Accessibility — WCAG contrast
Aa
#8335af on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8335af on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green20.8%
Blue68.6%
CMYK percentages
Cyan25.1%
Magenta69.7%
Yellow0.0%
Key (black)31.4%
Color previews
#8335af text on a black background
contrast 3.09:1
Card sample
#8335af text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8335af;
Background color
Panel with #8335af background
background-color: #8335af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8335af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 53, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 53, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8335af; background: linear-gradient(135deg, #8335af, #AF358A);