#b64dfb
a balanced, electric violet · warm · closest name: magenta
RGB
182, 77, 251
HSL
276°, 96%, 64%
CMYK
28, 69, 0, 2
Luminance
0.2222
Every format
| HEX | #b64dfb |
| RGB | rgb(182, 77, 251) |
| HSL | hsl(276, 96%, 64%) |
| CMYK | cmyk(28%, 69%, 0%, 2%) |
| LAB | lab(54.3 69.8 -68.9) |
| LCH | lch(54.3 98.1 315.4) |
| OKLCH | oklch(0.637 0.250 308.5) |
Copy-ready code
/* CSS */
color: #b64dfb;
background-color: #b64dfb;
/* Tailwind (arbitrary) */
class="text-[#b64dfb] bg-[#b64dfb]"
/* SCSS */
$brand: #b64dfb;
/* SwiftUI */
Color(red: 0.714, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#b64dfb")Accessibility — WCAG contrast
Aa
#b64dfb on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b64dfb on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green30.2%
Blue98.4%
CMYK percentages
Cyan27.5%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#b64dfb text on a black background
contrast 5.44:1
Card sample
#b64dfb text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b64dfb;
Background color
Panel with #b64dfb background
background-color: #b64dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b64dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b64dfb; background: linear-gradient(135deg, #b64dfb, #FB4DCC);