#ba97cf
a light, soft violet · warm · closest name: plum
RGB
186, 151, 207
HSL
278°, 37%, 70%
CMYK
10, 27, 0, 19
Luminance
0.3708
Every format
| HEX | #ba97cf |
| RGB | rgb(186, 151, 207) |
| HSL | hsl(278, 37%, 70%) |
| CMYK | cmyk(10%, 27%, 0%, 19%) |
| LAB | lab(67.3 23.4 -23.8) |
| LCH | lch(67.3 33.4 314.5) |
| OKLCH | oklch(0.728 0.088 312.5) |
Copy-ready code
/* CSS */
color: #ba97cf;
background-color: #ba97cf;
/* Tailwind (arbitrary) */
class="text-[#ba97cf] bg-[#ba97cf]"
/* SCSS */
$brand: #ba97cf;
/* SwiftUI */
Color(red: 0.729, green: 0.592, blue: 0.812)
/* Android */
Color.parseColor("#ba97cf")Accessibility — WCAG contrast
Aa
#ba97cf on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba97cf on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green59.2%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta27.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ba97cf text on a black background
contrast 8.42:1
Card sample
#ba97cf text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba97cf;
Background color
Panel with #ba97cf background
background-color: #ba97cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba97cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 151, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 151, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba97cf; background: linear-gradient(135deg, #ba97cf, #CF97BF);