#ba25fd
a balanced, electric violet · warm · closest name: magenta
RGB
186, 37, 253
HSL
281°, 98%, 57%
CMYK
27, 85, 0, 1
Luminance
0.1885
Every format
| HEX | #ba25fd |
| RGB | rgb(186, 37, 253) |
| HSL | hsl(281, 98%, 57%) |
| CMYK | cmyk(27%, 85%, 0%, 1%) |
| LAB | lab(50.5 83.7 -76.1) |
| LCH | lch(50.5 113.1 317.7) |
| OKLCH | oklch(0.612 0.288 311.3) |
Copy-ready code
/* CSS */
color: #ba25fd;
background-color: #ba25fd;
/* Tailwind (arbitrary) */
class="text-[#ba25fd] bg-[#ba25fd]"
/* SCSS */
$brand: #ba25fd;
/* SwiftUI */
Color(red: 0.729, green: 0.145, blue: 0.992)
/* Android */
Color.parseColor("#ba25fd")Accessibility — WCAG contrast
Aa
#ba25fd on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba25fd on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green14.5%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta85.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ba25fd text on a black background
contrast 4.77:1
Card sample
#ba25fd text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba25fd;
Background color
Panel with #ba25fd background
background-color: #ba25fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba25fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 37, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 37, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba25fd; background: linear-gradient(135deg, #ba25fd, #FD25B0);