#b031eb
a balanced, electric violet · warm · closest name: magenta
RGB
176, 49, 235
HSL
281°, 82%, 56%
CMYK
25, 79, 0, 8
Luminance
0.1742
Every format
| HEX | #b031eb |
| RGB | rgb(176, 49, 235) |
| HSL | hsl(281, 82%, 56%) |
| CMYK | cmyk(25%, 79%, 0%, 8%) |
| LAB | lab(48.8 75.6 -68.9) |
| LCH | lch(48.8 102.3 317.7) |
| OKLCH | oklch(0.593 0.262 311.8) |
Copy-ready code
/* CSS */
color: #b031eb;
background-color: #b031eb;
/* Tailwind (arbitrary) */
class="text-[#b031eb] bg-[#b031eb]"
/* SCSS */
$brand: #b031eb;
/* SwiftUI */
Color(red: 0.690, green: 0.192, blue: 0.922)
/* Android */
Color.parseColor("#b031eb")Accessibility — WCAG contrast
Aa
#b031eb on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b031eb on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green19.2%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta79.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b031eb text on a black background
contrast 4.48:1
Card sample
#b031eb text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b031eb;
Background color
Panel with #b031eb background
background-color: #b031eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b031eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 49, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 49, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b031eb; background: linear-gradient(135deg, #b031eb, #EB31AA);