#ba9fcf
a light, soft violet · warm · closest name: plum
RGB
186, 159, 207
HSL
274°, 33%, 72%
CMYK
10, 23, 0, 19
Luminance
0.3974
Every format
| HEX | #ba9fcf |
| RGB | rgb(186, 159, 207) |
| HSL | hsl(274, 33%, 72%) |
| CMYK | cmyk(10%, 23%, 0%, 19%) |
| LAB | lab(69.3 18.9 -20.8) |
| LCH | lch(69.3 28.1 312.3) |
| OKLCH | oklch(0.743 0.074 310.0) |
Copy-ready code
/* CSS */
color: #ba9fcf;
background-color: #ba9fcf;
/* Tailwind (arbitrary) */
class="text-[#ba9fcf] bg-[#ba9fcf]"
/* SCSS */
$brand: #ba9fcf;
/* SwiftUI */
Color(red: 0.729, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#ba9fcf")Accessibility — WCAG contrast
Aa
#ba9fcf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9fcf on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green62.4%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta23.2%
Yellow0.0%
Key (black)18.8%
Color previews
#ba9fcf text on a black background
contrast 8.95:1
Card sample
#ba9fcf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9fcf;
Background color
Panel with #ba9fcf background
background-color: #ba9fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9fcf; background: linear-gradient(135deg, #ba9fcf, #CF9FC4);