#8530af
a dark, vivid violet · warm · closest name: purple
RGB
133, 48, 175
HSL
280°, 57%, 44%
CMYK
24, 73, 0, 31
Luminance
0.1020
Every format
| HEX | #8530af |
| RGB | rgb(133, 48, 175) |
| HSL | hsl(280, 57%, 44%) |
| CMYK | cmyk(24%, 73%, 0%, 31%) |
| LAB | lab(38.2 56.0 -51.6) |
| LCH | lch(38.2 76.2 317.3) |
| OKLCH | oklch(0.492 0.196 311.9) |
Copy-ready code
/* CSS */
color: #8530af;
background-color: #8530af;
/* Tailwind (arbitrary) */
class="text-[#8530af] bg-[#8530af]"
/* SCSS */
$brand: #8530af;
/* SwiftUI */
Color(red: 0.522, green: 0.188, blue: 0.686)
/* Android */
Color.parseColor("#8530af")Accessibility — WCAG contrast
Aa
#8530af on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8530af on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green18.8%
Blue68.6%
CMYK percentages
Cyan24.0%
Magenta72.6%
Yellow0.0%
Key (black)31.4%
Color previews
#8530af text on a black background
contrast 3.04:1
Card sample
#8530af text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8530af;
Background color
Panel with #8530af background
background-color: #8530af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8530af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 48, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 48, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8530af; background: linear-gradient(135deg, #8530af, #AF3084);