#ba42cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 66, 207
HSL
291°, 60%, 54%
CMYK
10, 68, 0, 19
Luminance
0.1884
Every format
| HEX | #ba42cf |
| RGB | rgb(186, 66, 207) |
| HSL | hsl(291, 60%, 54%) |
| CMYK | cmyk(10%, 68%, 0%, 19%) |
| LAB | lab(50.5 66.4 -50.1) |
| LCH | lch(50.5 83.2 323.0) |
| OKLCH | oklch(0.602 0.224 321.3) |
Copy-ready code
/* CSS */
color: #ba42cf;
background-color: #ba42cf;
/* Tailwind (arbitrary) */
class="text-[#ba42cf] bg-[#ba42cf]"
/* SCSS */
$brand: #ba42cf;
/* SwiftUI */
Color(red: 0.729, green: 0.259, blue: 0.812)
/* Android */
Color.parseColor("#ba42cf")Accessibility — WCAG contrast
Aa
#ba42cf on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba42cf on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green25.9%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta68.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ba42cf text on a black background
contrast 4.77:1
Card sample
#ba42cf text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba42cf;
Background color
Panel with #ba42cf background
background-color: #ba42cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba42cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 66, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 66, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba42cf; background: linear-gradient(135deg, #ba42cf, #CF4286);