#b604fd
a balanced, electric violet · warm · closest name: magenta
RGB
182, 4, 253
HSL
283°, 98%, 50%
CMYK
28, 98, 0, 1
Luminance
0.1712
Every format
| HEX | #b604fd |
| RGB | rgb(182, 4, 253) |
| HSL | hsl(283, 98%, 50%) |
| CMYK | cmyk(28%, 98%, 0%, 1%) |
| LAB | lab(48.4 87.6 -79.5) |
| LCH | lch(48.4 118.3 317.8) |
| OKLCH | oklch(0.596 0.299 310.8) |
Copy-ready code
/* CSS */
color: #b604fd;
background-color: #b604fd;
/* Tailwind (arbitrary) */
class="text-[#b604fd] bg-[#b604fd]"
/* SCSS */
$brand: #b604fd;
/* SwiftUI */
Color(red: 0.714, green: 0.016, blue: 0.992)
/* Android */
Color.parseColor("#b604fd")Accessibility — WCAG contrast
Aa
#b604fd on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b604fd on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green1.6%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta98.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b604fd text on a black background
contrast 4.42:1
Card sample
#b604fd text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b604fd;
Background color
Panel with #b604fd background
background-color: #b604fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b604fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 4, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 4, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b604fd; background: linear-gradient(135deg, #b604fd, #FD049E);