#bd11cd
a dark, electric magenta / pink · warm · closest name: magenta
RGB
189, 17, 205
HSL
295°, 85%, 44%
CMYK
8, 92, 0, 20
Luminance
0.1563
Every format
| HEX | #bd11cd |
| RGB | rgb(189, 17, 205) |
| HSL | hsl(295, 85%, 44%) |
| CMYK | cmyk(8%, 92%, 0%, 20%) |
| LAB | lab(46.5 79.3 -55.4) |
| LCH | lch(46.5 96.7 325.1) |
| OKLCH | oklch(0.574 0.263 323.9) |
Copy-ready code
/* CSS */
color: #bd11cd;
background-color: #bd11cd;
/* Tailwind (arbitrary) */
class="text-[#bd11cd] bg-[#bd11cd]"
/* SCSS */
$brand: #bd11cd;
/* SwiftUI */
Color(red: 0.741, green: 0.067, blue: 0.804)
/* Android */
Color.parseColor("#bd11cd")Accessibility — WCAG contrast
Aa
#bd11cd on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd11cd on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green6.7%
Blue80.4%
CMYK percentages
Cyan7.8%
Magenta91.7%
Yellow0.0%
Key (black)19.6%
Color previews
#bd11cd text on a black background
contrast 4.13:1
Card sample
#bd11cd text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd11cd;
Background color
Panel with #bd11cd background
background-color: #bd11cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd11cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 17, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 17, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd11cd; background: linear-gradient(135deg, #bd11cd, #CD1160);