#b413cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
180, 19, 207
HSL
291°, 83%, 44%
CMYK
13, 91, 0, 19
Luminance
0.1467
Every format
| HEX | #b413cf |
| RGB | rgb(180, 19, 207) |
| HSL | hsl(291, 83%, 44%) |
| CMYK | cmyk(13%, 91%, 0%, 19%) |
| LAB | lab(45.2 77.9 -58.7) |
| LCH | lch(45.2 97.5 323.0) |
| OKLCH | oklch(0.563 0.261 320.7) |
Copy-ready code
/* CSS */
color: #b413cf;
background-color: #b413cf;
/* Tailwind (arbitrary) */
class="text-[#b413cf] bg-[#b413cf]"
/* SCSS */
$brand: #b413cf;
/* SwiftUI */
Color(red: 0.706, green: 0.075, blue: 0.812)
/* Android */
Color.parseColor("#b413cf")Accessibility — WCAG contrast
Aa
#b413cf on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b413cf on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green7.5%
Blue81.2%
CMYK percentages
Cyan13.0%
Magenta90.8%
Yellow0.0%
Key (black)18.8%
Color previews
#b413cf text on a black background
contrast 3.93:1
Card sample
#b413cf text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b413cf;
Background color
Panel with #b413cf background
background-color: #b413cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b413cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 19, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 19, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b413cf; background: linear-gradient(135deg, #b413cf, #CF136D);