#832dfd
a balanced, electric violet · warm · closest name: blue
RGB
131, 45, 253
HSL
265°, 98%, 58%
CMYK
48, 82, 0, 1
Luminance
0.1379
Every format
| HEX | #832dfd |
| RGB | rgb(131, 45, 253) |
| HSL | hsl(265, 98%, 58%) |
| CMYK | cmyk(48%, 82%, 0%, 1%) |
| LAB | lab(43.9 74.5 -87.2) |
| LCH | lch(43.9 114.6 310.5) |
| OKLCH | oklch(0.551 0.273 293.7) |
Copy-ready code
/* CSS */
color: #832dfd;
background-color: #832dfd;
/* Tailwind (arbitrary) */
class="text-[#832dfd] bg-[#832dfd]"
/* SCSS */
$brand: #832dfd;
/* SwiftUI */
Color(red: 0.514, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#832dfd")Accessibility — WCAG contrast
Aa
#832dfd on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#832dfd on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green17.6%
Blue99.2%
CMYK percentages
Cyan48.2%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#832dfd text on a black background
contrast 3.76:1
Card sample
#832dfd text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #832dfd;
Background color
Panel with #832dfd background
background-color: #832dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #832dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #832dfd; background: linear-gradient(135deg, #832dfd, #FD2DEC);