#ba33fd
a balanced, electric violet · warm · closest name: magenta
RGB
186, 51, 253
HSL
280°, 98%, 60%
CMYK
27, 80, 0, 1
Luminance
0.1990
Every format
| HEX | #ba33fd |
| RGB | rgb(186, 51, 253) |
| HSL | hsl(280, 98%, 60%) |
| CMYK | cmyk(27%, 80%, 0%, 1%) |
| LAB | lab(51.7 80.1 -74.1) |
| LCH | lch(51.7 109.2 317.2) |
| OKLCH | oklch(0.620 0.278 310.8) |
Copy-ready code
/* CSS */
color: #ba33fd;
background-color: #ba33fd;
/* Tailwind (arbitrary) */
class="text-[#ba33fd] bg-[#ba33fd]"
/* SCSS */
$brand: #ba33fd;
/* SwiftUI */
Color(red: 0.729, green: 0.200, blue: 0.992)
/* Android */
Color.parseColor("#ba33fd")Accessibility — WCAG contrast
Aa
#ba33fd on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba33fd on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green20.0%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta79.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ba33fd text on a black background
contrast 4.98:1
Card sample
#ba33fd text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba33fd;
Background color
Panel with #ba33fd background
background-color: #ba33fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba33fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 51, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 51, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba33fd; background: linear-gradient(135deg, #ba33fd, #FD33B9);