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