#b341fd
a balanced, electric violet · warm · closest name: magenta
RGB
179, 65, 253
HSL
276°, 98%, 62%
CMYK
29, 74, 0, 1
Luminance
0.2046
Every format
| HEX | #b341fd |
| RGB | rgb(179, 65, 253) |
| HSL | hsl(276, 98%, 62%) |
| CMYK | cmyk(29%, 74%, 0%, 1%) |
| LAB | lab(52.4 74.4 -73.2) |
| LCH | lch(52.4 104.3 315.5) |
| OKLCH | oklch(0.623 0.264 308.0) |
Copy-ready code
/* CSS */
color: #b341fd;
background-color: #b341fd;
/* Tailwind (arbitrary) */
class="text-[#b341fd] bg-[#b341fd]"
/* SCSS */
$brand: #b341fd;
/* SwiftUI */
Color(red: 0.702, green: 0.255, blue: 0.992)
/* Android */
Color.parseColor("#b341fd")Accessibility — WCAG contrast
Aa
#b341fd on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b341fd on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green25.5%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta74.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b341fd text on a black background
contrast 5.09:1
Card sample
#b341fd text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b341fd;
Background color
Panel with #b341fd background
background-color: #b341fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b341fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 65, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 65, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b341fd; background: linear-gradient(135deg, #b341fd, #FD41CA);