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