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