#832eb0
a dark, vivid violet · warm · closest name: indigo
RGB
131, 46, 176
HSL
279°, 59%, 44%
CMYK
26, 74, 0, 31
Luminance
0.0991
Every format
| HEX | #832eb0 |
| RGB | rgb(131, 46, 176) |
| HSL | hsl(279, 59%, 44%) |
| CMYK | cmyk(26%, 74%, 0%, 31%) |
| LAB | lab(37.7 56.6 -53.0) |
| LCH | lch(37.7 77.6 316.9) |
| OKLCH | oklch(0.488 0.199 310.9) |
Copy-ready code
/* CSS */
color: #832eb0;
background-color: #832eb0;
/* Tailwind (arbitrary) */
class="text-[#832eb0] bg-[#832eb0]"
/* SCSS */
$brand: #832eb0;
/* SwiftUI */
Color(red: 0.514, green: 0.180, blue: 0.690)
/* Android */
Color.parseColor("#832eb0")Accessibility — WCAG contrast
Aa
#832eb0 on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#832eb0 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green18.0%
Blue69.0%
CMYK percentages
Cyan25.6%
Magenta73.9%
Yellow0.0%
Key (black)31.0%
Color previews
#832eb0 text on a black background
contrast 2.98:1
Card sample
#832eb0 text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #832eb0;
Background color
Panel with #832eb0 background
background-color: #832eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #832eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 46, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 46, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #832eb0; background: linear-gradient(135deg, #832eb0, #B02E86);