#bd18ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
189, 24, 206
HSL
294°, 79%, 45%
CMYK
8, 88, 0, 19
Luminance
0.1593
Every format
| HEX | #bd18ce |
| RGB | rgb(189, 24, 206) |
| HSL | hsl(294, 79%, 45%) |
| CMYK | cmyk(8%, 88%, 0%, 19%) |
| LAB | lab(46.9 78.4 -55.3) |
| LCH | lch(46.9 96.0 324.8) |
| OKLCH | oklch(0.577 0.261 323.6) |
Copy-ready code
/* CSS */
color: #bd18ce;
background-color: #bd18ce;
/* Tailwind (arbitrary) */
class="text-[#bd18ce] bg-[#bd18ce]"
/* SCSS */
$brand: #bd18ce;
/* SwiftUI */
Color(red: 0.741, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#bd18ce")Accessibility — WCAG contrast
Aa
#bd18ce on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd18ce on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green9.4%
Blue80.8%
CMYK percentages
Cyan8.3%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#bd18ce text on a black background
contrast 4.19:1
Card sample
#bd18ce text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd18ce;
Background color
Panel with #bd18ce background
background-color: #bd18ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd18ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd18ce; background: linear-gradient(135deg, #bd18ce, #CE1866);