#b700eb
a balanced, electric violet · warm · closest name: magenta
RGB
183, 0, 235
HSL
287°, 100%, 46%
CMYK
22, 100, 0, 8
Luminance
0.1607
Every format
| HEX | #b700eb |
| RGB | rgb(183, 0, 235) |
| HSL | hsl(287, 100%, 46%) |
| CMYK | cmyk(22%, 100%, 0%, 8%) |
| LAB | lab(47.1 84.9 -71.6) |
| LCH | lch(47.1 111.1 319.8) |
| OKLCH | oklch(0.583 0.287 315.0) |
Copy-ready code
/* CSS */
color: #b700eb;
background-color: #b700eb;
/* Tailwind (arbitrary) */
class="text-[#b700eb] bg-[#b700eb]"
/* SCSS */
$brand: #b700eb;
/* SwiftUI */
Color(red: 0.718, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#b700eb")Accessibility — WCAG contrast
Aa
#b700eb on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b700eb on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green0.0%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#b700eb text on a black background
contrast 4.21:1
Card sample
#b700eb text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b700eb;
Background color
Panel with #b700eb background
background-color: #b700eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b700eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b700eb; background: linear-gradient(135deg, #b700eb, #EB0082);