#ba44df
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 68, 223
HSL
286°, 71%, 57%
CMYK
17, 70, 0, 13
Luminance
0.1990
Every format
| HEX | #ba44df |
| RGB | rgb(186, 68, 223) |
| HSL | hsl(286, 71%, 57%) |
| CMYK | cmyk(17%, 70%, 0%, 13%) |
| LAB | lab(51.7 68.6 -57.3) |
| LCH | lch(51.7 89.4 320.1) |
| OKLCH | oklch(0.614 0.236 316.9) |
Copy-ready code
/* CSS */
color: #ba44df;
background-color: #ba44df;
/* Tailwind (arbitrary) */
class="text-[#ba44df] bg-[#ba44df]"
/* SCSS */
$brand: #ba44df;
/* SwiftUI */
Color(red: 0.729, green: 0.267, blue: 0.875)
/* Android */
Color.parseColor("#ba44df")Accessibility — WCAG contrast
Aa
#ba44df on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba44df on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green26.7%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta69.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ba44df text on a black background
contrast 4.98:1
Card sample
#ba44df text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba44df;
Background color
Panel with #ba44df background
background-color: #ba44df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba44df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 68, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 68, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba44df; background: linear-gradient(135deg, #ba44df, #DF449D);