#ba9ad2
a light, soft violet · warm · closest name: plum
RGB
186, 154, 210
HSL
274°, 38%, 71%
CMYK
11, 27, 0, 18
Luminance
0.3820
Every format
| HEX | #ba9ad2 |
| RGB | rgb(186, 154, 210) |
| HSL | hsl(274, 38%, 71%) |
| CMYK | cmyk(11%, 27%, 0%, 18%) |
| LAB | lab(68.2 22.3 -24.2) |
| LCH | lch(68.2 32.9 312.7) |
| OKLCH | oklch(0.734 0.086 310.3) |
Copy-ready code
/* CSS */
color: #ba9ad2;
background-color: #ba9ad2;
/* Tailwind (arbitrary) */
class="text-[#ba9ad2] bg-[#ba9ad2]"
/* SCSS */
$brand: #ba9ad2;
/* SwiftUI */
Color(red: 0.729, green: 0.604, blue: 0.824)
/* Android */
Color.parseColor("#ba9ad2")Accessibility — WCAG contrast
Aa
#ba9ad2 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9ad2 on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green60.4%
Blue82.4%
CMYK percentages
Cyan11.4%
Magenta26.7%
Yellow0.0%
Key (black)17.6%
Color previews
#ba9ad2 text on a black background
contrast 8.64:1
Card sample
#ba9ad2 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9ad2;
Background color
Panel with #ba9ad2 background
background-color: #ba9ad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9ad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 154, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 154, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9ad2; background: linear-gradient(135deg, #ba9ad2, #D29AC5);