#b048eb
a balanced, electric violet · warm · closest name: magenta
RGB
176, 72, 235
HSL
278°, 80%, 60%
CMYK
25, 69, 0, 8
Luminance
0.1986
Every format
| HEX | #b048eb |
| RGB | rgb(176, 72, 235) |
| HSL | hsl(278, 80%, 60%) |
| CMYK | cmyk(25%, 69%, 0%, 8%) |
| LAB | lab(51.7 67.4 -64.2) |
| LCH | lch(51.7 93.1 316.4) |
| OKLCH | oklch(0.613 0.238 310.4) |
Copy-ready code
/* CSS */
color: #b048eb;
background-color: #b048eb;
/* Tailwind (arbitrary) */
class="text-[#b048eb] bg-[#b048eb]"
/* SCSS */
$brand: #b048eb;
/* SwiftUI */
Color(red: 0.690, green: 0.282, blue: 0.922)
/* Android */
Color.parseColor("#b048eb")Accessibility — WCAG contrast
Aa
#b048eb on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b048eb on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green28.2%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta69.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b048eb text on a black background
contrast 4.97:1
Card sample
#b048eb text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b048eb;
Background color
Panel with #b048eb background
background-color: #b048eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b048eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 72, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 72, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b048eb; background: linear-gradient(135deg, #b048eb, #EB48B9);