#ba97cd
a light, soft violet · warm · closest name: plum
RGB
186, 151, 205
HSL
279°, 35%, 70%
CMYK
9, 26, 0, 20
Luminance
0.3698
Every format
| HEX | #ba97cd |
| RGB | rgb(186, 151, 205) |
| HSL | hsl(279, 35%, 70%) |
| CMYK | cmyk(9%, 26%, 0%, 20%) |
| LAB | lab(67.3 22.9 -22.8) |
| LCH | lch(67.3 32.3 315.2) |
| OKLCH | oklch(0.727 0.086 313.5) |
Copy-ready code
/* CSS */
color: #ba97cd;
background-color: #ba97cd;
/* Tailwind (arbitrary) */
class="text-[#ba97cd] bg-[#ba97cd]"
/* SCSS */
$brand: #ba97cd;
/* SwiftUI */
Color(red: 0.729, green: 0.592, blue: 0.804)
/* Android */
Color.parseColor("#ba97cd")Accessibility — WCAG contrast
Aa
#ba97cd on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba97cd on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green59.2%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta26.3%
Yellow0.0%
Key (black)19.6%
Color previews
#ba97cd text on a black background
contrast 8.40:1
Card sample
#ba97cd text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba97cd;
Background color
Panel with #ba97cd background
background-color: #ba97cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba97cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 151, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 151, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba97cd; background: linear-gradient(135deg, #ba97cd, #CD97BC);