#b433eb
a balanced, electric violet · warm · closest name: magenta
RGB
180, 51, 235
HSL
282°, 82%, 56%
CMYK
23, 78, 0, 8
Luminance
0.1807
Every format
| HEX | #b433eb |
| RGB | rgb(180, 51, 235) |
| HSL | hsl(282, 82%, 56%) |
| CMYK | cmyk(23%, 78%, 0%, 8%) |
| LAB | lab(49.6 75.7 -67.6) |
| LCH | lch(49.6 101.5 318.2) |
| OKLCH | oklch(0.600 0.261 312.9) |
Copy-ready code
/* CSS */
color: #b433eb;
background-color: #b433eb;
/* Tailwind (arbitrary) */
class="text-[#b433eb] bg-[#b433eb]"
/* SCSS */
$brand: #b433eb;
/* SwiftUI */
Color(red: 0.706, green: 0.200, blue: 0.922)
/* Android */
Color.parseColor("#b433eb")Accessibility — WCAG contrast
Aa
#b433eb on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b433eb on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green20.0%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta78.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b433eb text on a black background
contrast 4.61:1
Card sample
#b433eb text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b433eb;
Background color
Panel with #b433eb background
background-color: #b433eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b433eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 51, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 51, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b433eb; background: linear-gradient(135deg, #b433eb, #EB33A7);