#b044eb
a balanced, electric violet · warm · closest name: magenta
RGB
176, 68, 235
HSL
279°, 81%, 59%
CMYK
25, 71, 0, 8
Luminance
0.1936
Every format
| HEX | #b044eb |
| RGB | rgb(176, 68, 235) |
| HSL | hsl(279, 81%, 59%) |
| CMYK | cmyk(25%, 71%, 0%, 8%) |
| LAB | lab(51.1 69.0 -65.1) |
| LCH | lch(51.1 94.9 316.7) |
| OKLCH | oklch(0.609 0.243 310.7) |
Copy-ready code
/* CSS */
color: #b044eb;
background-color: #b044eb;
/* Tailwind (arbitrary) */
class="text-[#b044eb] bg-[#b044eb]"
/* SCSS */
$brand: #b044eb;
/* SwiftUI */
Color(red: 0.690, green: 0.267, blue: 0.922)
/* Android */
Color.parseColor("#b044eb")Accessibility — WCAG contrast
Aa
#b044eb on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b044eb on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green26.7%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta71.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b044eb text on a black background
contrast 4.87:1
Card sample
#b044eb text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b044eb;
Background color
Panel with #b044eb background
background-color: #b044eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b044eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 68, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 68, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b044eb; background: linear-gradient(135deg, #b044eb, #EB44B7);