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