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