#ba58cf
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 88, 207
HSL
289°, 55%, 58%
CMYK
10, 58, 0, 19
Luminance
0.2192
Every format
| HEX | #ba58cf |
| RGB | rgb(186, 88, 207) |
| HSL | hsl(289, 55%, 58%) |
| CMYK | cmyk(10%, 58%, 0%, 19%) |
| LAB | lab(54.0 56.9 -44.6) |
| LCH | lch(54.0 72.3 321.9) |
| OKLCH | oklch(0.627 0.194 320.3) |
Copy-ready code
/* CSS */
color: #ba58cf;
background-color: #ba58cf;
/* Tailwind (arbitrary) */
class="text-[#ba58cf] bg-[#ba58cf]"
/* SCSS */
$brand: #ba58cf;
/* SwiftUI */
Color(red: 0.729, green: 0.345, blue: 0.812)
/* Android */
Color.parseColor("#ba58cf")Accessibility — WCAG contrast
Aa
#ba58cf on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba58cf on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green34.5%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta57.5%
Yellow0.0%
Key (black)18.8%
Color previews
#ba58cf text on a black background
contrast 5.38:1
Card sample
#ba58cf text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba58cf;
Background color
Panel with #ba58cf background
background-color: #ba58cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba58cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 88, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 88, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba58cf; background: linear-gradient(135deg, #ba58cf, #CF5895);