#b40dfb
a balanced, electric violet · warm · closest name: magenta
RGB
180, 13, 251
HSL
282°, 97%, 52%
CMYK
28, 95, 0, 2
Luminance
0.1696
Every format
| HEX | #b40dfb |
| RGB | rgb(180, 13, 251) |
| HSL | hsl(282, 97%, 52%) |
| CMYK | cmyk(28%, 95%, 0%, 2%) |
| LAB | lab(48.2 86.3 -78.8) |
| LCH | lch(48.2 116.8 317.6) |
| OKLCH | oklch(0.594 0.295 310.6) |
Copy-ready code
/* CSS */
color: #b40dfb;
background-color: #b40dfb;
/* Tailwind (arbitrary) */
class="text-[#b40dfb] bg-[#b40dfb]"
/* SCSS */
$brand: #b40dfb;
/* SwiftUI */
Color(red: 0.706, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#b40dfb")Accessibility — WCAG contrast
Aa
#b40dfb on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b40dfb on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green5.1%
Blue98.4%
CMYK percentages
Cyan28.3%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#b40dfb text on a black background
contrast 4.39:1
Card sample
#b40dfb text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b40dfb;
Background color
Panel with #b40dfb background
background-color: #b40dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b40dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b40dfb; background: linear-gradient(135deg, #b40dfb, #FB0DA3);