#832baf
a dark, vivid violet · warm · closest name: indigo
RGB
131, 43, 175
HSL
280°, 61%, 43%
CMYK
25, 75, 0, 31
Luminance
0.0965
Every format
| HEX | #832baf |
| RGB | rgb(131, 43, 175) |
| HSL | hsl(280, 61%, 43%) |
| CMYK | cmyk(25%, 75%, 0%, 31%) |
| LAB | lab(37.2 57.6 -53.2) |
| LCH | lch(37.2 78.4 317.2) |
| OKLCH | oklch(0.484 0.201 311.5) |
Copy-ready code
/* CSS */
color: #832baf;
background-color: #832baf;
/* Tailwind (arbitrary) */
class="text-[#832baf] bg-[#832baf]"
/* SCSS */
$brand: #832baf;
/* SwiftUI */
Color(red: 0.514, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#832baf")Accessibility — WCAG contrast
Aa
#832baf on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#832baf on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green16.9%
Blue68.6%
CMYK percentages
Cyan25.1%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#832baf text on a black background
contrast 2.93:1
Card sample
#832baf text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #832baf;
Background color
Panel with #832baf background
background-color: #832baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #832baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #832baf; background: linear-gradient(135deg, #832baf, #AF2B83);