#b445eb
a balanced, electric violet · warm · closest name: magenta
RGB
180, 69, 235
HSL
280°, 81%, 60%
CMYK
23, 71, 0, 8
Luminance
0.1996
Every format
| HEX | #b445eb |
| RGB | rgb(180, 69, 235) |
| HSL | hsl(280, 81%, 60%) |
| CMYK | cmyk(23%, 71%, 0%, 8%) |
| LAB | lab(51.8 69.4 -64.0) |
| LCH | lch(51.8 94.4 317.3) |
| OKLCH | oklch(0.615 0.243 312.0) |
Copy-ready code
/* CSS */
color: #b445eb;
background-color: #b445eb;
/* Tailwind (arbitrary) */
class="text-[#b445eb] bg-[#b445eb]"
/* SCSS */
$brand: #b445eb;
/* SwiftUI */
Color(red: 0.706, green: 0.271, blue: 0.922)
/* Android */
Color.parseColor("#b445eb")Accessibility — WCAG contrast
Aa
#b445eb on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b445eb on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green27.1%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta70.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b445eb text on a black background
contrast 4.99:1
Card sample
#b445eb text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b445eb;
Background color
Panel with #b445eb background
background-color: #b445eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b445eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 69, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 69, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b445eb; background: linear-gradient(135deg, #b445eb, #EB45B3);