#bd0ddf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
189, 13, 223
HSL
290°, 89%, 46%
CMYK
15, 94, 0, 13
Luminance
0.1643
Every format
| HEX | #bd0ddf |
| RGB | rgb(189, 13, 223) |
| HSL | hsl(290, 89%, 46%) |
| CMYK | cmyk(15%, 94%, 0%, 13%) |
| LAB | lab(47.5 82.6 -64.0) |
| LCH | lch(47.5 104.5 322.2) |
| OKLCH | oklch(0.585 0.277 319.4) |
Copy-ready code
/* CSS */
color: #bd0ddf;
background-color: #bd0ddf;
/* Tailwind (arbitrary) */
class="text-[#bd0ddf] bg-[#bd0ddf]"
/* SCSS */
$brand: #bd0ddf;
/* SwiftUI */
Color(red: 0.741, green: 0.051, blue: 0.875)
/* Android */
Color.parseColor("#bd0ddf")Accessibility — WCAG contrast
Aa
#bd0ddf on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd0ddf on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green5.1%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta94.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bd0ddf text on a black background
contrast 4.29:1
Card sample
#bd0ddf text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd0ddf;
Background color
Panel with #bd0ddf background
background-color: #bd0ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd0ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 13, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 13, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd0ddf; background: linear-gradient(135deg, #bd0ddf, #DF0D75);