#ba38fd
a balanced, electric violet · warm · closest name: magenta
RGB
186, 56, 253
HSL
280°, 98%, 61%
CMYK
27, 78, 0, 1
Luminance
0.2036
Every format
| HEX | #ba38fd |
| RGB | rgb(186, 56, 253) |
| HSL | hsl(280, 98%, 61%) |
| CMYK | cmyk(27%, 78%, 0%, 1%) |
| LAB | lab(52.2 78.6 -73.3) |
| LCH | lch(52.2 107.5 317.0) |
| OKLCH | oklch(0.624 0.274 310.6) |
Copy-ready code
/* CSS */
color: #ba38fd;
background-color: #ba38fd;
/* Tailwind (arbitrary) */
class="text-[#ba38fd] bg-[#ba38fd]"
/* SCSS */
$brand: #ba38fd;
/* SwiftUI */
Color(red: 0.729, green: 0.220, blue: 0.992)
/* Android */
Color.parseColor("#ba38fd")Accessibility — WCAG contrast
Aa
#ba38fd on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba38fd on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green22.0%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta77.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ba38fd text on a black background
contrast 5.07:1
Card sample
#ba38fd text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba38fd;
Background color
Panel with #ba38fd background
background-color: #ba38fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba38fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 56, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 56, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba38fd; background: linear-gradient(135deg, #ba38fd, #FD38BD);