#bd45cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
189, 69, 207
HSL
292°, 59%, 54%
CMYK
9, 67, 0, 19
Luminance
0.1958
Every format
| HEX | #bd45cf |
| RGB | rgb(189, 69, 207) |
| HSL | hsl(292, 59%, 54%) |
| CMYK | cmyk(9%, 67%, 0%, 19%) |
| LAB | lab(51.4 65.9 -48.7) |
| LCH | lch(51.4 82.0 323.5) |
| OKLCH | oklch(0.609 0.222 322.2) |
Copy-ready code
/* CSS */
color: #bd45cf;
background-color: #bd45cf;
/* Tailwind (arbitrary) */
class="text-[#bd45cf] bg-[#bd45cf]"
/* SCSS */
$brand: #bd45cf;
/* SwiftUI */
Color(red: 0.741, green: 0.271, blue: 0.812)
/* Android */
Color.parseColor("#bd45cf")Accessibility — WCAG contrast
Aa
#bd45cf on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd45cf on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green27.1%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta66.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bd45cf text on a black background
contrast 4.92:1
Card sample
#bd45cf text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd45cf;
Background color
Panel with #bd45cf background
background-color: #bd45cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd45cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 69, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 69, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd45cf; background: linear-gradient(135deg, #bd45cf, #CF4585);