#ba45cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 69, 207
HSL
291°, 59%, 54%
CMYK
10, 67, 0, 19
Luminance
0.1920
Every format
| HEX | #ba45cf |
| RGB | rgb(186, 69, 207) |
| HSL | hsl(291, 59%, 54%) |
| CMYK | cmyk(10%, 67%, 0%, 19%) |
| LAB | lab(50.9 65.2 -49.5) |
| LCH | lch(50.9 81.8 322.8) |
| OKLCH | oklch(0.605 0.220 321.2) |
Copy-ready code
/* CSS */
color: #ba45cf;
background-color: #ba45cf;
/* Tailwind (arbitrary) */
class="text-[#ba45cf] bg-[#ba45cf]"
/* SCSS */
$brand: #ba45cf;
/* SwiftUI */
Color(red: 0.729, green: 0.271, blue: 0.812)
/* Android */
Color.parseColor("#ba45cf")Accessibility — WCAG contrast
Aa
#ba45cf on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba45cf on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green27.1%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta66.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ba45cf text on a black background
contrast 4.84:1
Card sample
#ba45cf text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba45cf;
Background color
Panel with #ba45cf background
background-color: #ba45cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba45cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 69, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 69, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba45cf; background: linear-gradient(135deg, #ba45cf, #CF4588);