#ba83c2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 131, 194
HSL
292°, 34%, 64%
CMYK
4, 33, 0, 24
Luminance
0.3057
Every format
| HEX | #ba83c2 |
| RGB | rgb(186, 131, 194) |
| HSL | hsl(292, 34%, 64%) |
| CMYK | cmyk(4%, 33%, 0%, 24%) |
| LAB | lab(62.1 31.9 -24.5) |
| LCH | lch(62.1 40.2 322.5) |
| OKLCH | oklch(0.686 0.109 322.2) |
Copy-ready code
/* CSS */
color: #ba83c2;
background-color: #ba83c2;
/* Tailwind (arbitrary) */
class="text-[#ba83c2] bg-[#ba83c2]"
/* SCSS */
$brand: #ba83c2;
/* SwiftUI */
Color(red: 0.729, green: 0.514, blue: 0.761)
/* Android */
Color.parseColor("#ba83c2")Accessibility — WCAG contrast
Aa
#ba83c2 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba83c2 on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green51.4%
Blue76.1%
CMYK percentages
Cyan4.1%
Magenta32.5%
Yellow0.0%
Key (black)23.9%
Color previews
#ba83c2 text on a black background
contrast 7.11:1
Card sample
#ba83c2 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba83c2;
Background color
Panel with #ba83c2 background
background-color: #ba83c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba83c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 131, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 131, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba83c2; background: linear-gradient(135deg, #ba83c2, #C283A0);