#ba9fcb
a light, soft violet · warm · closest name: plum
RGB
186, 159, 203
HSL
277°, 30%, 71%
CMYK
8, 22, 0, 20
Luminance
0.3955
Every format
| HEX | #ba9fcb |
| RGB | rgb(186, 159, 203) |
| HSL | hsl(277, 30%, 71%) |
| CMYK | cmyk(8%, 22%, 0%, 20%) |
| LAB | lab(69.2 18.1 -18.8) |
| LCH | lch(69.2 26.1 313.9) |
| OKLCH | oklch(0.741 0.069 312.2) |
Copy-ready code
/* CSS */
color: #ba9fcb;
background-color: #ba9fcb;
/* Tailwind (arbitrary) */
class="text-[#ba9fcb] bg-[#ba9fcb]"
/* SCSS */
$brand: #ba9fcb;
/* SwiftUI */
Color(red: 0.729, green: 0.624, blue: 0.796)
/* Android */
Color.parseColor("#ba9fcb")Accessibility — WCAG contrast
Aa
#ba9fcb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9fcb on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green62.4%
Blue79.6%
CMYK percentages
Cyan8.4%
Magenta21.7%
Yellow0.0%
Key (black)20.4%
Color previews
#ba9fcb text on a black background
contrast 8.91:1
Card sample
#ba9fcb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9fcb;
Background color
Panel with #ba9fcb background
background-color: #ba9fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 159, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 159, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9fcb; background: linear-gradient(135deg, #ba9fcb, #CB9FBF);