#ba95cf
a light, soft violet · warm · closest name: plum
RGB
186, 149, 207
HSL
278°, 38%, 70%
CMYK
10, 28, 0, 19
Luminance
0.3644
Every format
| HEX | #ba95cf |
| RGB | rgb(186, 149, 207) |
| HSL | hsl(278, 38%, 70%) |
| CMYK | cmyk(10%, 28%, 0%, 19%) |
| LAB | lab(66.8 24.5 -24.5) |
| LCH | lch(66.8 34.7 314.9) |
| OKLCH | oklch(0.724 0.091 313.0) |
Copy-ready code
/* CSS */
color: #ba95cf;
background-color: #ba95cf;
/* Tailwind (arbitrary) */
class="text-[#ba95cf] bg-[#ba95cf]"
/* SCSS */
$brand: #ba95cf;
/* SwiftUI */
Color(red: 0.729, green: 0.584, blue: 0.812)
/* Android */
Color.parseColor("#ba95cf")Accessibility — WCAG contrast
Aa
#ba95cf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba95cf on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green58.4%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta28.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ba95cf text on a black background
contrast 8.29:1
Card sample
#ba95cf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba95cf;
Background color
Panel with #ba95cf background
background-color: #ba95cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba95cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 149, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 149, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba95cf; background: linear-gradient(135deg, #ba95cf, #CF95BD);