#ba9fcd
a light, soft violet · warm · closest name: plum
RGB
186, 159, 205
HSL
275°, 32%, 71%
CMYK
9, 22, 0, 20
Luminance
0.3964
Every format
| HEX | #ba9fcd |
| RGB | rgb(186, 159, 205) |
| HSL | hsl(275, 32%, 71%) |
| CMYK | cmyk(9%, 22%, 0%, 20%) |
| LAB | lab(69.2 18.5 -19.8) |
| LCH | lch(69.2 27.1 313.0) |
| OKLCH | oklch(0.742 0.071 311.1) |
Copy-ready code
/* CSS */
color: #ba9fcd;
background-color: #ba9fcd;
/* Tailwind (arbitrary) */
class="text-[#ba9fcd] bg-[#ba9fcd]"
/* SCSS */
$brand: #ba9fcd;
/* SwiftUI */
Color(red: 0.729, green: 0.624, blue: 0.804)
/* Android */
Color.parseColor("#ba9fcd")Accessibility — WCAG contrast
Aa
#ba9fcd on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9fcd on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green62.4%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta22.4%
Yellow0.0%
Key (black)19.6%
Color previews
#ba9fcd text on a black background
contrast 8.93:1
Card sample
#ba9fcd text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9fcd;
Background color
Panel with #ba9fcd background
background-color: #ba9fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 159, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 159, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9fcd; background: linear-gradient(135deg, #ba9fcd, #CD9FC1);