#b409fd
a balanced, electric violet · warm · closest name: magenta
RGB
180, 9, 253
HSL
282°, 98%, 51%
CMYK
29, 96, 0, 1
Luminance
0.1699
Every format
| HEX | #b409fd |
| RGB | rgb(180, 9, 253) |
| HSL | hsl(282, 98%, 51%) |
| CMYK | cmyk(29%, 96%, 0%, 1%) |
| LAB | lab(48.3 87.0 -79.8) |
| LCH | lch(48.3 118.1 317.5) |
| OKLCH | oklch(0.595 0.297 310.2) |
Copy-ready code
/* CSS */
color: #b409fd;
background-color: #b409fd;
/* Tailwind (arbitrary) */
class="text-[#b409fd] bg-[#b409fd]"
/* SCSS */
$brand: #b409fd;
/* SwiftUI */
Color(red: 0.706, green: 0.035, blue: 0.992)
/* Android */
Color.parseColor("#b409fd")Accessibility — WCAG contrast
Aa
#b409fd on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b409fd on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green3.5%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta96.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b409fd text on a black background
contrast 4.40:1
Card sample
#b409fd text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b409fd;
Background color
Panel with #b409fd background
background-color: #b409fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b409fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 9, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 9, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b409fd; background: linear-gradient(135deg, #b409fd, #FD09A4);