#b40fba
a dark, electric magenta / pink · warm · closest name: purple
RGB
180, 15, 186
HSL
298°, 85%, 39%
CMYK
3, 92, 0, 27
Luminance
0.1359
Every format
| HEX | #b40fba |
| RGB | rgb(180, 15, 186) |
| HSL | hsl(298, 85%, 39%) |
| CMYK | cmyk(3%, 92%, 0%, 27%) |
| LAB | lab(43.6 75.0 -49.0) |
| LCH | lch(43.6 89.6 326.9) |
| OKLCH | oklch(0.548 0.247 326.5) |
Copy-ready code
/* CSS */
color: #b40fba;
background-color: #b40fba;
/* Tailwind (arbitrary) */
class="text-[#b40fba] bg-[#b40fba]"
/* SCSS */
$brand: #b40fba;
/* SwiftUI */
Color(red: 0.706, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#b40fba")Accessibility — WCAG contrast
Aa
#b40fba on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b40fba on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green5.9%
Blue72.9%
CMYK percentages
Cyan3.2%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#b40fba text on a black background
contrast 3.72:1
Card sample
#b40fba text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b40fba;
Background color
Panel with #b40fba background
background-color: #b40fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b40fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b40fba; background: linear-gradient(135deg, #b40fba, #BA0F4E);