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