#b240eb
a balanced, electric violet · warm · closest name: magenta
RGB
178, 64, 235
HSL
280°, 81%, 59%
CMYK
24, 73, 0, 8
Luminance
0.1913
Every format
| HEX | #b240eb |
| RGB | rgb(178, 64, 235) |
| HSL | hsl(280, 81%, 59%) |
| CMYK | cmyk(24%, 73%, 0%, 8%) |
| LAB | lab(50.8 70.9 -65.5) |
| LCH | lch(50.8 96.6 317.3) |
| OKLCH | oklch(0.608 0.248 311.6) |
Copy-ready code
/* CSS */
color: #b240eb;
background-color: #b240eb;
/* Tailwind (arbitrary) */
class="text-[#b240eb] bg-[#b240eb]"
/* SCSS */
$brand: #b240eb;
/* SwiftUI */
Color(red: 0.698, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#b240eb")Accessibility — WCAG contrast
Aa
#b240eb on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b240eb on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green25.1%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta72.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b240eb text on a black background
contrast 4.83:1
Card sample
#b240eb text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b240eb;
Background color
Panel with #b240eb background
background-color: #b240eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b240eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b240eb; background: linear-gradient(135deg, #b240eb, #EB40B2);