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