#ba55cf
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 85, 207
HSL
290°, 56%, 57%
CMYK
10, 59, 0, 19
Luminance
0.2144
Every format
| HEX | #ba55cf |
| RGB | rgb(186, 85, 207) |
| HSL | hsl(290, 56%, 57%) |
| CMYK | cmyk(10%, 59%, 0%, 19%) |
| LAB | lab(53.4 58.3 -45.5) |
| LCH | lch(53.4 73.9 322.0) |
| OKLCH | oklch(0.623 0.199 320.4) |
Copy-ready code
/* CSS */
color: #ba55cf;
background-color: #ba55cf;
/* Tailwind (arbitrary) */
class="text-[#ba55cf] bg-[#ba55cf]"
/* SCSS */
$brand: #ba55cf;
/* SwiftUI */
Color(red: 0.729, green: 0.333, blue: 0.812)
/* Android */
Color.parseColor("#ba55cf")Accessibility — WCAG contrast
Aa
#ba55cf on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba55cf on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green33.3%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta58.9%
Yellow0.0%
Key (black)18.8%
Color previews
#ba55cf text on a black background
contrast 5.29:1
Card sample
#ba55cf text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba55cf;
Background color
Panel with #ba55cf background
background-color: #ba55cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba55cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 85, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 85, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba55cf; background: linear-gradient(135deg, #ba55cf, #CF5593);