#b40fd1
a dark, electric magenta / pink · warm · closest name: magenta
RGB
180, 15, 209
HSL
291°, 87%, 44%
CMYK
14, 93, 0, 18
Luminance
0.1465
Every format
| HEX | #b40fd1 |
| RGB | rgb(180, 15, 209) |
| HSL | hsl(291, 87%, 44%) |
| CMYK | cmyk(14%, 93%, 0%, 18%) |
| LAB | lab(45.1 78.7 -59.9) |
| LCH | lch(45.1 98.9 322.7) |
| OKLCH | oklch(0.563 0.264 320.3) |
Copy-ready code
/* CSS */
color: #b40fd1;
background-color: #b40fd1;
/* Tailwind (arbitrary) */
class="text-[#b40fd1] bg-[#b40fd1]"
/* SCSS */
$brand: #b40fd1;
/* SwiftUI */
Color(red: 0.706, green: 0.059, blue: 0.820)
/* Android */
Color.parseColor("#b40fd1")Accessibility — WCAG contrast
Aa
#b40fd1 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b40fd1 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green5.9%
Blue82.0%
CMYK percentages
Cyan13.9%
Magenta92.8%
Yellow0.0%
Key (black)18.0%
Color previews
#b40fd1 text on a black background
contrast 3.93:1
Card sample
#b40fd1 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b40fd1;
Background color
Panel with #b40fd1 background
background-color: #b40fd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b40fd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 15, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 15, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b40fd1; background: linear-gradient(135deg, #b40fd1, #D10F6D);