#ba9dcd
a light, soft violet · warm · closest name: plum
RGB
186, 157, 205
HSL
276°, 32%, 71%
CMYK
9, 23, 0, 20
Luminance
0.3896
Every format
| HEX | #ba9dcd |
| RGB | rgb(186, 157, 205) |
| HSL | hsl(276, 32%, 71%) |
| CMYK | cmyk(9%, 23%, 0%, 20%) |
| LAB | lab(68.7 19.6 -20.6) |
| LCH | lch(68.7 28.4 313.6) |
| OKLCH | oklch(0.738 0.075 311.8) |
Copy-ready code
/* CSS */
color: #ba9dcd;
background-color: #ba9dcd;
/* Tailwind (arbitrary) */
class="text-[#ba9dcd] bg-[#ba9dcd]"
/* SCSS */
$brand: #ba9dcd;
/* SwiftUI */
Color(red: 0.729, green: 0.616, blue: 0.804)
/* Android */
Color.parseColor("#ba9dcd")Accessibility — WCAG contrast
Aa
#ba9dcd on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba9dcd on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green61.6%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta23.4%
Yellow0.0%
Key (black)19.6%
Color previews
#ba9dcd text on a black background
contrast 8.79:1
Card sample
#ba9dcd text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba9dcd;
Background color
Panel with #ba9dcd background
background-color: #ba9dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba9dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 157, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 157, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba9dcd; background: linear-gradient(135deg, #ba9dcd, #CD9DC0);