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