#b747eb
a balanced, electric violet · warm · closest name: magenta
RGB
183, 71, 235
HSL
281°, 80%, 60%
CMYK
22, 70, 0, 8
Luminance
0.2057
Every format
| HEX | #b747eb |
| RGB | rgb(183, 71, 235) |
| HSL | hsl(281, 80%, 60%) |
| CMYK | cmyk(22%, 70%, 0%, 8%) |
| LAB | lab(52.5 69.2 -62.9) |
| LCH | lch(52.5 93.5 317.7) |
| OKLCH | oklch(0.621 0.242 312.8) |
Copy-ready code
/* CSS */
color: #b747eb;
background-color: #b747eb;
/* Tailwind (arbitrary) */
class="text-[#b747eb] bg-[#b747eb]"
/* SCSS */
$brand: #b747eb;
/* SwiftUI */
Color(red: 0.718, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#b747eb")Accessibility — WCAG contrast
Aa
#b747eb on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b747eb on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green27.8%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b747eb text on a black background
contrast 5.11:1
Card sample
#b747eb text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b747eb;
Background color
Panel with #b747eb background
background-color: #b747eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b747eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b747eb; background: linear-gradient(135deg, #b747eb, #EB47B2);