#ba7dcd
a balanced, soft violet · warm · closest name: plum
RGB
186, 125, 205
HSL
286°, 44%, 65%
CMYK
9, 39, 0, 20
Luminance
0.2951
Every format
| HEX | #ba7dcd |
| RGB | rgb(186, 125, 205) |
| HSL | hsl(286, 44%, 65%) |
| CMYK | cmyk(9%, 39%, 0%, 20%) |
| LAB | lab(61.2 37.4 -32.1) |
| LCH | lch(61.2 49.3 319.4) |
| OKLCH | oklch(0.681 0.132 317.9) |
Copy-ready code
/* CSS */
color: #ba7dcd;
background-color: #ba7dcd;
/* Tailwind (arbitrary) */
class="text-[#ba7dcd] bg-[#ba7dcd]"
/* SCSS */
$brand: #ba7dcd;
/* SwiftUI */
Color(red: 0.729, green: 0.490, blue: 0.804)
/* Android */
Color.parseColor("#ba7dcd")Accessibility — WCAG contrast
Aa
#ba7dcd on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7dcd on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green49.0%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta39.0%
Yellow0.0%
Key (black)19.6%
Color previews
#ba7dcd text on a black background
contrast 6.90:1
Card sample
#ba7dcd text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7dcd;
Background color
Panel with #ba7dcd background
background-color: #ba7dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 125, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 125, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7dcd; background: linear-gradient(135deg, #ba7dcd, #CD7DAB);