#ba88cf
a light, soft violet · warm · closest name: plum
RGB
186, 136, 207
HSL
282°, 43%, 67%
CMYK
10, 34, 0, 19
Luminance
0.3255
Every format
| HEX | #ba88cf |
| RGB | rgb(186, 136, 207) |
| HSL | hsl(282, 43%, 67%) |
| CMYK | cmyk(10%, 34%, 0%, 19%) |
| LAB | lab(63.8 31.7 -29.2) |
| LCH | lch(63.8 43.1 317.3) |
| OKLCH | oklch(0.701 0.115 315.6) |
Copy-ready code
/* CSS */
color: #ba88cf;
background-color: #ba88cf;
/* Tailwind (arbitrary) */
class="text-[#ba88cf] bg-[#ba88cf]"
/* SCSS */
$brand: #ba88cf;
/* SwiftUI */
Color(red: 0.729, green: 0.533, blue: 0.812)
/* Android */
Color.parseColor("#ba88cf")Accessibility — WCAG contrast
Aa
#ba88cf on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba88cf on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green53.3%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta34.3%
Yellow0.0%
Key (black)18.8%
Color previews
#ba88cf text on a black background
contrast 7.51:1
Card sample
#ba88cf text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba88cf;
Background color
Panel with #ba88cf background
background-color: #ba88cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba88cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 136, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 136, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba88cf; background: linear-gradient(135deg, #ba88cf, #CF88B5);