#ba8fd0
a light, soft violet · warm · closest name: plum
RGB
186, 143, 208
HSL
280°, 41%, 69%
CMYK
11, 31, 0, 18
Luminance
0.3464
Every format
| HEX | #ba8fd0 |
| RGB | rgb(186, 143, 208) |
| HSL | hsl(280, 41%, 69%) |
| CMYK | cmyk(11%, 31%, 0%, 18%) |
| LAB | lab(65.5 28.0 -27.2) |
| LCH | lch(65.5 39.1 315.9) |
| OKLCH | oklch(0.713 0.103 313.9) |
Copy-ready code
/* CSS */
color: #ba8fd0;
background-color: #ba8fd0;
/* Tailwind (arbitrary) */
class="text-[#ba8fd0] bg-[#ba8fd0]"
/* SCSS */
$brand: #ba8fd0;
/* SwiftUI */
Color(red: 0.729, green: 0.561, blue: 0.816)
/* Android */
Color.parseColor("#ba8fd0")Accessibility — WCAG contrast
Aa
#ba8fd0 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba8fd0 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green56.1%
Blue81.6%
CMYK percentages
Cyan10.6%
Magenta31.3%
Yellow0.0%
Key (black)18.4%
Color previews
#ba8fd0 text on a black background
contrast 7.93:1
Card sample
#ba8fd0 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba8fd0;
Background color
Panel with #ba8fd0 background
background-color: #ba8fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba8fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 143, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 143, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba8fd0; background: linear-gradient(135deg, #ba8fd0, #D08FBB);