#ba29fd
a balanced, electric violet · warm · closest name: magenta
RGB
186, 41, 253
HSL
281°, 98%, 58%
CMYK
27, 84, 0, 1
Luminance
0.1912
Every format
| HEX | #ba29fd |
| RGB | rgb(186, 41, 253) |
| HSL | hsl(281, 98%, 58%) |
| CMYK | cmyk(27%, 84%, 0%, 1%) |
| LAB | lab(50.8 82.8 -75.6) |
| LCH | lch(50.8 112.1 317.6) |
| OKLCH | oklch(0.614 0.285 311.2) |
Copy-ready code
/* CSS */
color: #ba29fd;
background-color: #ba29fd;
/* Tailwind (arbitrary) */
class="text-[#ba29fd] bg-[#ba29fd]"
/* SCSS */
$brand: #ba29fd;
/* SwiftUI */
Color(red: 0.729, green: 0.161, blue: 0.992)
/* Android */
Color.parseColor("#ba29fd")Accessibility — WCAG contrast
Aa
#ba29fd on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba29fd on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.1%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta83.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ba29fd text on a black background
contrast 4.82:1
Card sample
#ba29fd text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba29fd;
Background color
Panel with #ba29fd background
background-color: #ba29fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba29fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 41, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 41, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba29fd; background: linear-gradient(135deg, #ba29fd, #FD29B3);