#ba94cf
a light, soft violet · warm · closest name: plum
RGB
186, 148, 207
HSL
279°, 38%, 70%
CMYK
10, 29, 0, 19
Luminance
0.3612
Every format
| HEX | #ba94cf |
| RGB | rgb(186, 148, 207) |
| HSL | hsl(279, 38%, 70%) |
| CMYK | cmyk(10%, 29%, 0%, 19%) |
| LAB | lab(66.6 25.0 -24.9) |
| LCH | lch(66.6 35.3 315.2) |
| OKLCH | oklch(0.722 0.093 313.3) |
Copy-ready code
/* CSS */
color: #ba94cf;
background-color: #ba94cf;
/* Tailwind (arbitrary) */
class="text-[#ba94cf] bg-[#ba94cf]"
/* SCSS */
$brand: #ba94cf;
/* SwiftUI */
Color(red: 0.729, green: 0.580, blue: 0.812)
/* Android */
Color.parseColor("#ba94cf")Accessibility — WCAG contrast
Aa
#ba94cf on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba94cf on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green58.0%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta28.5%
Yellow0.0%
Key (black)18.8%
Color previews
#ba94cf text on a black background
contrast 8.22:1
Card sample
#ba94cf text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba94cf;
Background color
Panel with #ba94cf background
background-color: #ba94cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba94cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 148, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 148, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba94cf; background: linear-gradient(135deg, #ba94cf, #CF94BD);