#ba45f3
a balanced, electric violet · warm · closest name: magenta
RGB
186, 69, 243
HSL
280°, 88%, 61%
CMYK
24, 72, 0, 5
Luminance
0.2117
Every format
| HEX | #ba45f3 |
| RGB | rgb(186, 69, 243) |
| HSL | hsl(280, 88%, 61%) |
| CMYK | cmyk(24%, 72%, 0%, 5%) |
| LAB | lab(53.1 72.1 -66.3) |
| LCH | lch(53.1 98.0 317.4) |
| OKLCH | oklch(0.628 0.252 312.0) |
Copy-ready code
/* CSS */
color: #ba45f3;
background-color: #ba45f3;
/* Tailwind (arbitrary) */
class="text-[#ba45f3] bg-[#ba45f3]"
/* SCSS */
$brand: #ba45f3;
/* SwiftUI */
Color(red: 0.729, green: 0.271, blue: 0.953)
/* Android */
Color.parseColor("#ba45f3")Accessibility — WCAG contrast
Aa
#ba45f3 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba45f3 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green27.1%
Blue95.3%
CMYK percentages
Cyan23.5%
Magenta71.6%
Yellow0.0%
Key (black)4.7%
Color previews
#ba45f3 text on a black background
contrast 5.23:1
Card sample
#ba45f3 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba45f3;
Background color
Panel with #ba45f3 background
background-color: #ba45f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba45f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 69, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 69, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba45f3; background: linear-gradient(135deg, #ba45f3, #F345B8);