#ba23cd
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
186, 35, 205
HSL
293°, 71%, 47%
CMYK
9, 83, 0, 20
Luminance
0.1605
Every format
| HEX | #ba23cd |
| RGB | rgb(186, 35, 205) |
| HSL | hsl(293, 71%, 47%) |
| CMYK | cmyk(9%, 83%, 0%, 20%) |
| LAB | lab(47.0 75.6 -54.5) |
| LCH | lch(47.0 93.2 324.2) |
| OKLCH | oklch(0.577 0.252 322.8) |
Copy-ready code
/* CSS */
color: #ba23cd;
background-color: #ba23cd;
/* Tailwind (arbitrary) */
class="text-[#ba23cd] bg-[#ba23cd]"
/* SCSS */
$brand: #ba23cd;
/* SwiftUI */
Color(red: 0.729, green: 0.137, blue: 0.804)
/* Android */
Color.parseColor("#ba23cd")Accessibility — WCAG contrast
Aa
#ba23cd on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba23cd on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green13.7%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta82.9%
Yellow0.0%
Key (black)19.6%
Color previews
#ba23cd text on a black background
contrast 4.21:1
Card sample
#ba23cd text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba23cd;
Background color
Panel with #ba23cd background
background-color: #ba23cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba23cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 35, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 35, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba23cd; background: linear-gradient(135deg, #ba23cd, #CD236F);