#ba00fd
a balanced, electric violet · warm · closest name: magenta
RGB
186, 0, 253
HSL
284°, 100%, 50%
CMYK
27, 100, 0, 1
Luminance
0.1753
Every format
| HEX | #ba00fd |
| RGB | rgb(186, 0, 253) |
| HSL | hsl(284, 100%, 50%) |
| CMYK | cmyk(27%, 100%, 0%, 1%) |
| LAB | lab(48.9 88.4 -78.7) |
| LCH | lch(48.9 118.4 318.3) |
| OKLCH | oklch(0.601 0.301 312.0) |
Copy-ready code
/* CSS */
color: #ba00fd;
background-color: #ba00fd;
/* Tailwind (arbitrary) */
class="text-[#ba00fd] bg-[#ba00fd]"
/* SCSS */
$brand: #ba00fd;
/* SwiftUI */
Color(red: 0.729, green: 0.000, blue: 0.992)
/* Android */
Color.parseColor("#ba00fd")Accessibility — WCAG contrast
Aa
#ba00fd on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba00fd on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green0.0%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta100.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ba00fd text on a black background
contrast 4.51:1
Card sample
#ba00fd text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba00fd;
Background color
Panel with #ba00fd background
background-color: #ba00fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba00fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 0, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 0, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba00fd; background: linear-gradient(135deg, #ba00fd, #FD0097);