#832cdf
a balanced, vivid violet · warm · closest name: indigo
RGB
131, 44, 223
HSL
269°, 74%, 52%
CMYK
41, 80, 0, 13
Luminance
0.1195
Every format
| HEX | #832cdf |
| RGB | rgb(131, 44, 223) |
| HSL | hsl(269, 74%, 52%) |
| CMYK | cmyk(41%, 80%, 0%, 13%) |
| LAB | lab(41.1 67.8 -74.8) |
| LCH | lch(41.1 101.0 312.2) |
| OKLCH | oklch(0.524 0.246 299.4) |
Copy-ready code
/* CSS */
color: #832cdf;
background-color: #832cdf;
/* Tailwind (arbitrary) */
class="text-[#832cdf] bg-[#832cdf]"
/* SCSS */
$brand: #832cdf;
/* SwiftUI */
Color(red: 0.514, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#832cdf")Accessibility — WCAG contrast
Aa
#832cdf on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#832cdf on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green17.3%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#832cdf text on a black background
contrast 3.39:1
Card sample
#832cdf text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #832cdf;
Background color
Panel with #832cdf background
background-color: #832cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #832cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #832cdf; background: linear-gradient(135deg, #832cdf, #DF2CC4);