#ba9fc3
a light, soft violet · warm · closest name: plum
RGB
186, 159, 195
HSL
285°, 23%, 69%
CMYK
5, 19, 0, 24
Luminance
0.3918
Every format
| HEX | #ba9fc3 |
| RGB | rgb(186, 159, 195) |
| HSL | hsl(285, 23%, 69%) |
| CMYK | cmyk(5%, 19%, 0%, 24%) |
| LAB | lab(68.9 16.5 -14.8) |
| LCH | lch(68.9 22.1 318.1) |
| OKLCH | oklch(0.738 0.059 317.6) |
Copy-ready code
/* CSS */
color: #ba9fc3;
background-color: #ba9fc3;
/* Tailwind (arbitrary) */
class="text-[#ba9fc3] bg-[#ba9fc3]"
/* SCSS */
$brand: #ba9fc3;
/* SwiftUI */
Color(red: 0.729, green: 0.624, blue: 0.765)
/* Android */
Color.parseColor("#ba9fc3")Accessibility — WCAG contrast
Aa
#ba9fc3 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9fc3 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green62.4%
Blue76.5%
CMYK percentages
Cyan4.6%
Magenta18.5%
Yellow0.0%
Key (black)23.5%
Color previews
#ba9fc3 text on a black background
contrast 8.84:1
Card sample
#ba9fc3 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9fc3;
Background color
Panel with #ba9fc3 background
background-color: #ba9fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 159, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 159, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9fc3; background: linear-gradient(135deg, #ba9fc3, #C39FB4);