#ba52eb
a balanced, electric violet · warm · closest name: orchid
RGB
186, 82, 235
HSL
281°, 79%, 62%
CMYK
21, 65, 0, 8
Luminance
0.2247
Every format
| HEX | #ba52eb |
| RGB | rgb(186, 82, 235) |
| HSL | hsl(281, 79%, 62%) |
| CMYK | cmyk(21%, 65%, 0%, 8%) |
| LAB | lab(54.5 65.2 -59.5) |
| LCH | lch(54.5 88.3 317.6) |
| OKLCH | oklch(0.636 0.229 313.0) |
Copy-ready code
/* CSS */
color: #ba52eb;
background-color: #ba52eb;
/* Tailwind (arbitrary) */
class="text-[#ba52eb] bg-[#ba52eb]"
/* SCSS */
$brand: #ba52eb;
/* SwiftUI */
Color(red: 0.729, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#ba52eb")Accessibility — WCAG contrast
Aa
#ba52eb on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba52eb on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green32.2%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ba52eb text on a black background
contrast 5.49:1
Card sample
#ba52eb text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba52eb;
Background color
Panel with #ba52eb background
background-color: #ba52eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba52eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba52eb; background: linear-gradient(135deg, #ba52eb, #EB52B6);