#b40dfd
a balanced, electric violet · warm · closest name: magenta
RGB
180, 13, 253
HSL
282°, 98%, 52%
CMYK
29, 95, 0, 1
Luminance
0.1708
Every format
| HEX | #b40dfd |
| RGB | rgb(180, 13, 253) |
| HSL | hsl(282, 98%, 52%) |
| CMYK | cmyk(29%, 95%, 0%, 1%) |
| LAB | lab(48.4 86.6 -79.7) |
| LCH | lch(48.4 117.7 317.4) |
| OKLCH | oklch(0.595 0.296 310.2) |
Copy-ready code
/* CSS */
color: #b40dfd;
background-color: #b40dfd;
/* Tailwind (arbitrary) */
class="text-[#b40dfd] bg-[#b40dfd]"
/* SCSS */
$brand: #b40dfd;
/* SwiftUI */
Color(red: 0.706, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#b40dfd")Accessibility — WCAG contrast
Aa
#b40dfd on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b40dfd on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green5.1%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b40dfd text on a black background
contrast 4.42:1
Card sample
#b40dfd text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b40dfd;
Background color
Panel with #b40dfd background
background-color: #b40dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b40dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b40dfd; background: linear-gradient(135deg, #b40dfd, #FD0DA6);