#b028eb
a balanced, electric violet · warm · closest name: magenta
RGB
176, 40, 235
HSL
282°, 83%, 54%
CMYK
25, 83, 0, 8
Luminance
0.1675
Every format
| HEX | #b028eb |
| RGB | rgb(176, 40, 235) |
| HSL | hsl(282, 83%, 54%) |
| CMYK | cmyk(25%, 83%, 0%, 8%) |
| LAB | lab(47.9 78.1 -70.3) |
| LCH | lch(47.9 105.1 318.0) |
| OKLCH | oklch(0.587 0.269 312.2) |
Copy-ready code
/* CSS */
color: #b028eb;
background-color: #b028eb;
/* Tailwind (arbitrary) */
class="text-[#b028eb] bg-[#b028eb]"
/* SCSS */
$brand: #b028eb;
/* SwiftUI */
Color(red: 0.690, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#b028eb")Accessibility — WCAG contrast
Aa
#b028eb on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b028eb on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green15.7%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#b028eb text on a black background
contrast 4.35:1
Card sample
#b028eb text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b028eb;
Background color
Panel with #b028eb background
background-color: #b028eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b028eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b028eb; background: linear-gradient(135deg, #b028eb, #EB28A4);