#ba33cc
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
186, 51, 204
HSL
293°, 60%, 50%
CMYK
9, 75, 0, 20
Luminance
0.1717
Every format
| HEX | #ba33cc |
| RGB | rgb(186, 51, 204) |
| HSL | hsl(293, 60%, 50%) |
| CMYK | cmyk(9%, 75%, 0%, 20%) |
| LAB | lab(48.5 71.1 -51.6) |
| LCH | lch(48.5 87.9 324.0) |
| OKLCH | oklch(0.587 0.238 322.7) |
Copy-ready code
/* CSS */
color: #ba33cc;
background-color: #ba33cc;
/* Tailwind (arbitrary) */
class="text-[#ba33cc] bg-[#ba33cc]"
/* SCSS */
$brand: #ba33cc;
/* SwiftUI */
Color(red: 0.729, green: 0.200, blue: 0.800)
/* Android */
Color.parseColor("#ba33cc")Accessibility — WCAG contrast
Aa
#ba33cc on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba33cc on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green20.0%
Blue80.0%
CMYK percentages
Cyan8.8%
Magenta75.0%
Yellow0.0%
Key (black)20.0%
Color previews
#ba33cc text on a black background
contrast 4.43:1
Card sample
#ba33cc text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba33cc;
Background color
Panel with #ba33cc background
background-color: #ba33cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba33cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 51, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 51, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba33cc; background: linear-gradient(135deg, #ba33cc, #CC3378);