#b337fd
a balanced, electric violet · warm · closest name: magenta
RGB
179, 55, 253
HSL
278°, 98%, 60%
CMYK
29, 78, 0, 1
Luminance
0.1941
Every format
| HEX | #b337fd |
| RGB | rgb(179, 55, 253) |
| HSL | hsl(278, 98%, 60%) |
| CMYK | cmyk(29%, 78%, 0%, 1%) |
| LAB | lab(51.2 77.8 -75.1) |
| LCH | lch(51.2 108.1 316.0) |
| OKLCH | oklch(0.614 0.273 308.5) |
Copy-ready code
/* CSS */
color: #b337fd;
background-color: #b337fd;
/* Tailwind (arbitrary) */
class="text-[#b337fd] bg-[#b337fd]"
/* SCSS */
$brand: #b337fd;
/* SwiftUI */
Color(red: 0.702, green: 0.216, blue: 0.992)
/* Android */
Color.parseColor("#b337fd")Accessibility — WCAG contrast
Aa
#b337fd on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b337fd on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green21.6%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta78.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b337fd text on a black background
contrast 4.88:1
Card sample
#b337fd text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b337fd;
Background color
Panel with #b337fd background
background-color: #b337fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b337fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 55, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 55, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b337fd; background: linear-gradient(135deg, #b337fd, #FD37C3);