#b643eb
a balanced, electric violet · warm · closest name: magenta
RGB
182, 67, 235
HSL
281°, 81%, 59%
CMYK
23, 72, 0, 8
Luminance
0.1996
Every format
| HEX | #b643eb |
| RGB | rgb(182, 67, 235) |
| HSL | hsl(281, 81%, 59%) |
| CMYK | cmyk(23%, 72%, 0%, 8%) |
| LAB | lab(51.8 70.5 -64.0) |
| LCH | lch(51.8 95.2 317.8) |
| OKLCH | oklch(0.616 0.246 312.7) |
Copy-ready code
/* CSS */
color: #b643eb;
background-color: #b643eb;
/* Tailwind (arbitrary) */
class="text-[#b643eb] bg-[#b643eb]"
/* SCSS */
$brand: #b643eb;
/* SwiftUI */
Color(red: 0.714, green: 0.263, blue: 0.922)
/* Android */
Color.parseColor("#b643eb")Accessibility — WCAG contrast
Aa
#b643eb on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b643eb on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green26.3%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta71.5%
Yellow0.0%
Key (black)7.8%
Color previews
#b643eb text on a black background
contrast 4.99:1
Card sample
#b643eb text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b643eb;
Background color
Panel with #b643eb background
background-color: #b643eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b643eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 67, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 67, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b643eb; background: linear-gradient(135deg, #b643eb, #EB43B0);