#9b41fd
a balanced, electric violet · warm · closest name: magenta
RGB
155, 65, 253
HSL
269°, 98%, 62%
CMYK
39, 74, 0, 1
Luminance
0.1784
Every format
| HEX | #9b41fd |
| RGB | rgb(155, 65, 253) |
| HSL | hsl(269, 98%, 62%) |
| CMYK | cmyk(39%, 74%, 0%, 1%) |
| LAB | lab(49.3 70.4 -78.3) |
| LCH | lch(49.3 105.3 312.0) |
| OKLCH | oklch(0.595 0.259 300.2) |
Copy-ready code
/* CSS */
color: #9b41fd;
background-color: #9b41fd;
/* Tailwind (arbitrary) */
class="text-[#9b41fd] bg-[#9b41fd]"
/* SCSS */
$brand: #9b41fd;
/* SwiftUI */
Color(red: 0.608, green: 0.255, blue: 0.992)
/* Android */
Color.parseColor("#9b41fd")Accessibility — WCAG contrast
Aa
#9b41fd on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b41fd on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green25.5%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta74.3%
Yellow0.0%
Key (black)0.8%
Color previews
#9b41fd text on a black background
contrast 4.57:1
Card sample
#9b41fd text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b41fd;
Background color
Panel with #9b41fd background
background-color: #9b41fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b41fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 65, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 65, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b41fd; background: linear-gradient(135deg, #9b41fd, #FD41E2);