#b31dfd
a balanced, electric violet · warm · closest name: magenta
RGB
179, 29, 253
HSL
280°, 98%, 55%
CMYK
29, 89, 0, 1
Luminance
0.1755
Every format
| HEX | #b31dfd |
| RGB | rgb(179, 29, 253) |
| HSL | hsl(280, 98%, 55%) |
| CMYK | cmyk(29%, 89%, 0%, 1%) |
| LAB | lab(49.0 84.3 -78.7) |
| LCH | lch(49.0 115.3 317.0) |
| OKLCH | oklch(0.599 0.290 309.5) |
Copy-ready code
/* CSS */
color: #b31dfd;
background-color: #b31dfd;
/* Tailwind (arbitrary) */
class="text-[#b31dfd] bg-[#b31dfd]"
/* SCSS */
$brand: #b31dfd;
/* SwiftUI */
Color(red: 0.702, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#b31dfd")Accessibility — WCAG contrast
Aa
#b31dfd on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b31dfd on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green11.4%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b31dfd text on a black background
contrast 4.51:1
Card sample
#b31dfd text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b31dfd;
Background color
Panel with #b31dfd background
background-color: #b31dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b31dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b31dfd; background: linear-gradient(135deg, #b31dfd, #FD1DB2);