#ba83cf
a light, soft violet · warm · closest name: plum
RGB
186, 131, 207
HSL
283°, 44%, 66%
CMYK
10, 37, 0, 19
Luminance
0.3118
Every format
| HEX | #ba83cf |
| RGB | rgb(186, 131, 207) |
| HSL | hsl(283, 44%, 66%) |
| CMYK | cmyk(10%, 37%, 0%, 19%) |
| LAB | lab(62.7 34.5 -31.0) |
| LCH | lch(62.7 46.4 318.1) |
| OKLCH | oklch(0.692 0.123 316.3) |
Copy-ready code
/* CSS */
color: #ba83cf;
background-color: #ba83cf;
/* Tailwind (arbitrary) */
class="text-[#ba83cf] bg-[#ba83cf]"
/* SCSS */
$brand: #ba83cf;
/* SwiftUI */
Color(red: 0.729, green: 0.514, blue: 0.812)
/* Android */
Color.parseColor("#ba83cf")Accessibility — WCAG contrast
Aa
#ba83cf on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba83cf on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green51.4%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta36.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ba83cf text on a black background
contrast 7.24:1
Card sample
#ba83cf text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba83cf;
Background color
Panel with #ba83cf background
background-color: #ba83cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba83cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 131, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 131, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba83cf; background: linear-gradient(135deg, #ba83cf, #CF83B1);