#ba67cf
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 103, 207
HSL
288°, 52%, 61%
CMYK
10, 50, 0, 19
Luminance
0.2464
Every format
| HEX | #ba67cf |
| RGB | rgb(186, 103, 207) |
| HSL | hsl(288, 52%, 61%) |
| CMYK | cmyk(10%, 50%, 0%, 19%) |
| LAB | lab(56.7 49.5 -40.3) |
| LCH | lch(56.7 63.8 320.9) |
| OKLCH | oklch(0.648 0.171 319.2) |
Copy-ready code
/* CSS */
color: #ba67cf;
background-color: #ba67cf;
/* Tailwind (arbitrary) */
class="text-[#ba67cf] bg-[#ba67cf]"
/* SCSS */
$brand: #ba67cf;
/* SwiftUI */
Color(red: 0.729, green: 0.404, blue: 0.812)
/* Android */
Color.parseColor("#ba67cf")Accessibility — WCAG contrast
Aa
#ba67cf on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba67cf on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green40.4%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta50.2%
Yellow0.0%
Key (black)18.8%
Color previews
#ba67cf text on a black background
contrast 5.93:1
Card sample
#ba67cf text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba67cf;
Background color
Panel with #ba67cf background
background-color: #ba67cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba67cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 103, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 103, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba67cf; background: linear-gradient(135deg, #ba67cf, #CF679F);