#841dfd
a balanced, electric violet · warm · closest name: blue
RGB
132, 29, 253
HSL
268°, 98%, 55%
CMYK
48, 89, 0, 1
Luminance
0.1288
Every format
| HEX | #841dfd |
| RGB | rgb(132, 29, 253) |
| HSL | hsl(268, 98%, 55%) |
| CMYK | cmyk(48%, 89%, 0%, 1%) |
| LAB | lab(42.6 78.9 -89.4) |
| LCH | lch(42.6 119.3 311.4) |
| OKLCH | oklch(0.542 0.283 294.9) |
Copy-ready code
/* CSS */
color: #841dfd;
background-color: #841dfd;
/* Tailwind (arbitrary) */
class="text-[#841dfd] bg-[#841dfd]"
/* SCSS */
$brand: #841dfd;
/* SwiftUI */
Color(red: 0.518, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#841dfd")Accessibility — WCAG contrast
Aa
#841dfd on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#841dfd on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green11.4%
Blue99.2%
CMYK percentages
Cyan47.8%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#841dfd text on a black background
contrast 3.58:1
Card sample
#841dfd text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #841dfd;
Background color
Panel with #841dfd background
background-color: #841dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #841dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #841dfd; background: linear-gradient(135deg, #841dfd, #FD1DE1);