#b64af5
a balanced, electric violet · warm · closest name: magenta
RGB
182, 74, 245
HSL
278°, 90%, 63%
CMYK
26, 70, 0, 4
Luminance
0.2144
Every format
| HEX | #b64af5 |
| RGB | rgb(182, 74, 245) |
| HSL | hsl(278, 90%, 63%) |
| CMYK | cmyk(26%, 70%, 0%, 4%) |
| LAB | lab(53.4 69.8 -67.0) |
| LCH | lch(53.4 96.7 316.2) |
| OKLCH | oklch(0.629 0.247 310.0) |
Copy-ready code
/* CSS */
color: #b64af5;
background-color: #b64af5;
/* Tailwind (arbitrary) */
class="text-[#b64af5] bg-[#b64af5]"
/* SCSS */
$brand: #b64af5;
/* SwiftUI */
Color(red: 0.714, green: 0.290, blue: 0.961)
/* Android */
Color.parseColor("#b64af5")Accessibility — WCAG contrast
Aa
#b64af5 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b64af5 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green29.0%
Blue96.1%
CMYK percentages
Cyan25.7%
Magenta69.8%
Yellow0.0%
Key (black)3.9%
Color previews
#b64af5 text on a black background
contrast 5.29:1
Card sample
#b64af5 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b64af5;
Background color
Panel with #b64af5 background
background-color: #b64af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b64af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 74, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 74, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b64af5; background: linear-gradient(135deg, #b64af5, #F54AC2);