#b613eb
a balanced, electric violet · warm · closest name: magenta
RGB
182, 19, 235
HSL
285°, 85%, 50%
CMYK
23, 92, 0, 8
Luminance
0.1641
Every format
| HEX | #b613eb |
| RGB | rgb(182, 19, 235) |
| HSL | hsl(285, 85%, 50%) |
| CMYK | cmyk(23%, 92%, 0%, 8%) |
| LAB | lab(47.5 83.0 -70.9) |
| LCH | lch(47.5 109.2 319.5) |
| OKLCH | oklch(0.586 0.282 314.5) |
Copy-ready code
/* CSS */
color: #b613eb;
background-color: #b613eb;
/* Tailwind (arbitrary) */
class="text-[#b613eb] bg-[#b613eb]"
/* SCSS */
$brand: #b613eb;
/* SwiftUI */
Color(red: 0.714, green: 0.075, blue: 0.922)
/* Android */
Color.parseColor("#b613eb")Accessibility — WCAG contrast
Aa
#b613eb on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b613eb on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green7.5%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta91.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b613eb text on a black background
contrast 4.28:1
Card sample
#b613eb text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b613eb;
Background color
Panel with #b613eb background
background-color: #b613eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b613eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 19, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 19, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b613eb; background: linear-gradient(135deg, #b613eb, #EB1390);