#b331eb
a balanced, electric violet · warm · closest name: magenta
RGB
179, 49, 235
HSL
282°, 82%, 56%
CMYK
24, 79, 0, 8
Luminance
0.1778
Every format
| HEX | #b331eb |
| RGB | rgb(179, 49, 235) |
| HSL | hsl(282, 82%, 56%) |
| CMYK | cmyk(24%, 79%, 0%, 8%) |
| LAB | lab(49.2 76.1 -68.2) |
| LCH | lch(49.2 102.2 318.2) |
| OKLCH | oklch(0.597 0.263 312.7) |
Copy-ready code
/* CSS */
color: #b331eb;
background-color: #b331eb;
/* Tailwind (arbitrary) */
class="text-[#b331eb] bg-[#b331eb]"
/* SCSS */
$brand: #b331eb;
/* SwiftUI */
Color(red: 0.702, green: 0.192, blue: 0.922)
/* Android */
Color.parseColor("#b331eb")Accessibility — WCAG contrast
Aa
#b331eb on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b331eb on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green19.2%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta79.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b331eb text on a black background
contrast 4.56:1
Card sample
#b331eb text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b331eb;
Background color
Panel with #b331eb background
background-color: #b331eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b331eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 49, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 49, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b331eb; background: linear-gradient(135deg, #b331eb, #EB31A7);