#ba54df
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 84, 223
HSL
284°, 69%, 60%
CMYK
17, 62, 0, 13
Luminance
0.2211
Every format
| HEX | #ba54df |
| RGB | rgb(186, 84, 223) |
| HSL | hsl(284, 69%, 60%) |
| CMYK | cmyk(17%, 62%, 0%, 13%) |
| LAB | lab(54.1 61.9 -53.4) |
| LCH | lch(54.1 81.7 319.2) |
| OKLCH | oklch(0.631 0.215 315.9) |
Copy-ready code
/* CSS */
color: #ba54df;
background-color: #ba54df;
/* Tailwind (arbitrary) */
class="text-[#ba54df] bg-[#ba54df]"
/* SCSS */
$brand: #ba54df;
/* SwiftUI */
Color(red: 0.729, green: 0.329, blue: 0.875)
/* Android */
Color.parseColor("#ba54df")Accessibility — WCAG contrast
Aa
#ba54df on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba54df on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green32.9%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta62.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ba54df text on a black background
contrast 5.42:1
Card sample
#ba54df text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba54df;
Background color
Panel with #ba54df background
background-color: #ba54df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba54df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 84, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 84, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba54df; background: linear-gradient(135deg, #ba54df, #DF54A7);