#ba83ba
a balanced, soft magenta / pink · warm · closest name: plum
RGB
186, 131, 186
HSL
300°, 29%, 62%
CMYK
0, 30, 0, 27
Luminance
0.3022
Every format
| HEX | #ba83ba |
| RGB | rgb(186, 131, 186) |
| HSL | hsl(300, 29%, 62%) |
| CMYK | cmyk(0%, 30%, 0%, 27%) |
| LAB | lab(61.8 30.3 -20.4) |
| LCH | lch(61.8 36.5 326.0) |
| OKLCH | oklch(0.683 0.100 326.6) |
Copy-ready code
/* CSS */
color: #ba83ba;
background-color: #ba83ba;
/* Tailwind (arbitrary) */
class="text-[#ba83ba] bg-[#ba83ba]"
/* SCSS */
$brand: #ba83ba;
/* SwiftUI */
Color(red: 0.729, green: 0.514, blue: 0.729)
/* Android */
Color.parseColor("#ba83ba")Accessibility — WCAG contrast
Aa
#ba83ba on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba83ba on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green51.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow0.0%
Key (black)27.1%
Color previews
#ba83ba text on a black background
contrast 7.04:1
Card sample
#ba83ba text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba83ba;
Background color
Panel with #ba83ba background
background-color: #ba83ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba83ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 131, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 131, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba83ba; background: linear-gradient(135deg, #ba83ba, #BA8395);