#ba9cc2
a light, soft violet · warm · closest name: plum
RGB
186, 156, 194
HSL
287°, 24%, 69%
CMYK
4, 20, 0, 24
Luminance
0.3811
Every format
| HEX | #ba9cc2 |
| RGB | rgb(186, 156, 194) |
| HSL | hsl(287, 24%, 69%) |
| CMYK | cmyk(4%, 20%, 0%, 24%) |
| LAB | lab(68.1 17.9 -15.4) |
| LCH | lch(68.1 23.7 319.4) |
| OKLCH | oklch(0.732 0.063 319.1) |
Copy-ready code
/* CSS */
color: #ba9cc2;
background-color: #ba9cc2;
/* Tailwind (arbitrary) */
class="text-[#ba9cc2] bg-[#ba9cc2]"
/* SCSS */
$brand: #ba9cc2;
/* SwiftUI */
Color(red: 0.729, green: 0.612, blue: 0.761)
/* Android */
Color.parseColor("#ba9cc2")Accessibility — WCAG contrast
Aa
#ba9cc2 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9cc2 on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green61.2%
Blue76.1%
CMYK percentages
Cyan4.1%
Magenta19.6%
Yellow0.0%
Key (black)23.9%
Color previews
#ba9cc2 text on a black background
contrast 8.62:1
Card sample
#ba9cc2 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9cc2;
Background color
Panel with #ba9cc2 background
background-color: #ba9cc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9cc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 156, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 156, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9cc2; background: linear-gradient(135deg, #ba9cc2, #C29CB1);