#ba7fcf
a light, vivid violet · warm · closest name: plum
RGB
186, 127, 207
HSL
284°, 46%, 66%
CMYK
10, 39, 0, 19
Luminance
0.3012
Every format
| HEX | #ba7fcf |
| RGB | rgb(186, 127, 207) |
| HSL | hsl(284, 46%, 66%) |
| CMYK | cmyk(10%, 39%, 0%, 19%) |
| LAB | lab(61.8 36.7 -32.4) |
| LCH | lch(61.8 48.9 318.6) |
| OKLCH | oklch(0.685 0.130 316.9) |
Copy-ready code
/* CSS */
color: #ba7fcf;
background-color: #ba7fcf;
/* Tailwind (arbitrary) */
class="text-[#ba7fcf] bg-[#ba7fcf]"
/* SCSS */
$brand: #ba7fcf;
/* SwiftUI */
Color(red: 0.729, green: 0.498, blue: 0.812)
/* Android */
Color.parseColor("#ba7fcf")Accessibility — WCAG contrast
Aa
#ba7fcf on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba7fcf on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green49.8%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta38.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ba7fcf text on a black background
contrast 7.02:1
Card sample
#ba7fcf text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7fcf;
Background color
Panel with #ba7fcf background
background-color: #ba7fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 127, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 127, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7fcf; background: linear-gradient(135deg, #ba7fcf, #CF7FAF);