#ba52cf
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 82, 207
HSL
290°, 57%, 57%
CMYK
10, 60, 0, 19
Luminance
0.2098
Every format
| HEX | #ba52cf |
| RGB | rgb(186, 82, 207) |
| HSL | hsl(290, 57%, 57%) |
| CMYK | cmyk(10%, 60%, 0%, 19%) |
| LAB | lab(52.9 59.7 -46.3) |
| LCH | lch(52.9 75.5 322.2) |
| OKLCH | oklch(0.620 0.203 320.6) |
Copy-ready code
/* CSS */
color: #ba52cf;
background-color: #ba52cf;
/* Tailwind (arbitrary) */
class="text-[#ba52cf] bg-[#ba52cf]"
/* SCSS */
$brand: #ba52cf;
/* SwiftUI */
Color(red: 0.729, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#ba52cf")Accessibility — WCAG contrast
Aa
#ba52cf on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba52cf on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green32.2%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ba52cf text on a black background
contrast 5.20:1
Card sample
#ba52cf text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba52cf;
Background color
Panel with #ba52cf background
background-color: #ba52cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba52cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba52cf; background: linear-gradient(135deg, #ba52cf, #CF5291);