#b511af
a dark, electric magenta / pink · warm · closest name: purple
RGB
181, 17, 175
HSL
302°, 83%, 39%
CMYK
0, 91, 3, 29
Luminance
0.1332
Every format
| HEX | #b511af |
| RGB | rgb(181, 17, 175) |
| HSL | hsl(302, 83%, 39%) |
| CMYK | cmyk(0%, 91%, 3%, 29%) |
| LAB | lab(43.2 73.3 -43.1) |
| LCH | lch(43.2 85.0 329.6) |
| OKLCH | oklch(0.543 0.240 330.1) |
Copy-ready code
/* CSS */
color: #b511af;
background-color: #b511af;
/* Tailwind (arbitrary) */
class="text-[#b511af] bg-[#b511af]"
/* SCSS */
$brand: #b511af;
/* SwiftUI */
Color(red: 0.710, green: 0.067, blue: 0.686)
/* Android */
Color.parseColor("#b511af")Accessibility — WCAG contrast
Aa
#b511af on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b511af on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green6.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow3.3%
Key (black)29.0%
Color previews
#b511af text on a black background
contrast 3.66:1
Card sample
#b511af text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b511af;
Background color
Panel with #b511af background
background-color: #b511af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b511af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 17, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 17, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b511af; background: linear-gradient(135deg, #b511af, #B51142);