#bd0cdb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
189, 12, 219
HSL
291°, 90%, 45%
CMYK
14, 95, 0, 14
Luminance
0.1620
Every format
| HEX | #bd0cdb |
| RGB | rgb(189, 12, 219) |
| HSL | hsl(291, 90%, 45%) |
| CMYK | cmyk(14%, 95%, 0%, 14%) |
| LAB | lab(47.2 82.0 -62.2) |
| LCH | lch(47.2 103.0 322.8) |
| OKLCH | oklch(0.582 0.275 320.4) |
Copy-ready code
/* CSS */
color: #bd0cdb;
background-color: #bd0cdb;
/* Tailwind (arbitrary) */
class="text-[#bd0cdb] bg-[#bd0cdb]"
/* SCSS */
$brand: #bd0cdb;
/* SwiftUI */
Color(red: 0.741, green: 0.047, blue: 0.859)
/* Android */
Color.parseColor("#bd0cdb")Accessibility — WCAG contrast
Aa
#bd0cdb on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd0cdb on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green4.7%
Blue85.9%
CMYK percentages
Cyan13.7%
Magenta94.5%
Yellow0.0%
Key (black)14.1%
Color previews
#bd0cdb text on a black background
contrast 4.24:1
Card sample
#bd0cdb text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd0cdb;
Background color
Panel with #bd0cdb background
background-color: #bd0cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd0cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 12, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 12, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd0cdb; background: linear-gradient(135deg, #bd0cdb, #DB0C6F);