#ba88cd
a light, soft violet · warm · closest name: plum
RGB
186, 136, 205
HSL
284°, 41%, 67%
CMYK
9, 34, 0, 20
Luminance
0.3246
Every format
| HEX | #ba88cd |
| RGB | rgb(186, 136, 205) |
| HSL | hsl(284, 41%, 67%) |
| CMYK | cmyk(9%, 34%, 0%, 20%) |
| LAB | lab(63.7 31.3 -28.2) |
| LCH | lch(63.7 42.2 318.0) |
| OKLCH | oklch(0.700 0.112 316.4) |
Copy-ready code
/* CSS */
color: #ba88cd;
background-color: #ba88cd;
/* Tailwind (arbitrary) */
class="text-[#ba88cd] bg-[#ba88cd]"
/* SCSS */
$brand: #ba88cd;
/* SwiftUI */
Color(red: 0.729, green: 0.533, blue: 0.804)
/* Android */
Color.parseColor("#ba88cd")Accessibility — WCAG contrast
Aa
#ba88cd on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba88cd on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green53.3%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta33.7%
Yellow0.0%
Key (black)19.6%
Color previews
#ba88cd text on a black background
contrast 7.49:1
Card sample
#ba88cd text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba88cd;
Background color
Panel with #ba88cd background
background-color: #ba88cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba88cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 136, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 136, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba88cd; background: linear-gradient(135deg, #ba88cd, #CD88B2);