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