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