#ba18fd
a balanced, electric violet · warm · closest name: magenta
RGB
186, 24, 253
HSL
282°, 98%, 54%
CMYK
27, 91, 0, 1
Luminance
0.1818
Every format
| HEX | #ba18fd |
| RGB | rgb(186, 24, 253) |
| HSL | hsl(282, 98%, 54%) |
| CMYK | cmyk(27%, 91%, 0%, 1%) |
| LAB | lab(49.7 86.0 -77.4) |
| LCH | lch(49.7 115.7 318.0) |
| OKLCH | oklch(0.606 0.294 311.7) |
Copy-ready code
/* CSS */
color: #ba18fd;
background-color: #ba18fd;
/* Tailwind (arbitrary) */
class="text-[#ba18fd] bg-[#ba18fd]"
/* SCSS */
$brand: #ba18fd;
/* SwiftUI */
Color(red: 0.729, green: 0.094, blue: 0.992)
/* Android */
Color.parseColor("#ba18fd")Accessibility — WCAG contrast
Aa
#ba18fd on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba18fd on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green9.4%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta90.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ba18fd text on a black background
contrast 4.64:1
Card sample
#ba18fd text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba18fd;
Background color
Panel with #ba18fd background
background-color: #ba18fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba18fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 24, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 24, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba18fd; background: linear-gradient(135deg, #ba18fd, #FD18A7);