#ba93cd
a light, soft violet · warm · closest name: plum
RGB
186, 147, 205
HSL
280°, 37%, 69%
CMYK
9, 28, 0, 20
Luminance
0.3571
Every format
| HEX | #ba93cd |
| RGB | rgb(186, 147, 205) |
| HSL | hsl(280, 37%, 69%) |
| CMYK | cmyk(9%, 28%, 0%, 20%) |
| LAB | lab(66.3 25.2 -24.3) |
| LCH | lch(66.3 35.0 316.1) |
| OKLCH | oklch(0.719 0.093 314.4) |
Copy-ready code
/* CSS */
color: #ba93cd;
background-color: #ba93cd;
/* Tailwind (arbitrary) */
class="text-[#ba93cd] bg-[#ba93cd]"
/* SCSS */
$brand: #ba93cd;
/* SwiftUI */
Color(red: 0.729, green: 0.576, blue: 0.804)
/* Android */
Color.parseColor("#ba93cd")Accessibility — WCAG contrast
Aa
#ba93cd on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba93cd on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green57.6%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta28.3%
Yellow0.0%
Key (black)19.6%
Color previews
#ba93cd text on a black background
contrast 8.14:1
Card sample
#ba93cd text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba93cd;
Background color
Panel with #ba93cd background
background-color: #ba93cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba93cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 147, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 147, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba93cd; background: linear-gradient(135deg, #ba93cd, #CD93B9);