#ba25df
a balanced, vivid violet · warm · closest name: magenta
RGB
186, 37, 223
HSL
288°, 74%, 51%
CMYK
17, 83, 0, 13
Luminance
0.1709
Every format
| HEX | #ba25df |
| RGB | rgb(186, 37, 223) |
| HSL | hsl(288, 74%, 51%) |
| CMYK | cmyk(17%, 83%, 0%, 13%) |
| LAB | lab(48.4 78.3 -62.7) |
| LCH | lch(48.4 100.3 321.3) |
| OKLCH | oklch(0.590 0.265 318.1) |
Copy-ready code
/* CSS */
color: #ba25df;
background-color: #ba25df;
/* Tailwind (arbitrary) */
class="text-[#ba25df] bg-[#ba25df]"
/* SCSS */
$brand: #ba25df;
/* SwiftUI */
Color(red: 0.729, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#ba25df")Accessibility — WCAG contrast
Aa
#ba25df on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba25df on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green14.5%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ba25df text on a black background
contrast 4.42:1
Card sample
#ba25df text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba25df;
Background color
Panel with #ba25df background
background-color: #ba25df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba25df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba25df; background: linear-gradient(135deg, #ba25df, #DF2588);