#b617eb
a balanced, electric violet · warm · closest name: magenta
RGB
182, 23, 235
HSL
285°, 84%, 51%
CMYK
23, 90, 0, 8
Luminance
0.1656
Every format
| HEX | #b617eb |
| RGB | rgb(182, 23, 235) |
| HSL | hsl(285, 84%, 51%) |
| CMYK | cmyk(23%, 90%, 0%, 8%) |
| LAB | lab(47.7 82.4 -70.6) |
| LCH | lch(47.7 108.5 319.4) |
| OKLCH | oklch(0.587 0.280 314.4) |
Copy-ready code
/* CSS */
color: #b617eb;
background-color: #b617eb;
/* Tailwind (arbitrary) */
class="text-[#b617eb] bg-[#b617eb]"
/* SCSS */
$brand: #b617eb;
/* SwiftUI */
Color(red: 0.714, green: 0.090, blue: 0.922)
/* Android */
Color.parseColor("#b617eb")Accessibility — WCAG contrast
Aa
#b617eb on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b617eb on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green9.0%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta90.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b617eb text on a black background
contrast 4.31:1
Card sample
#b617eb text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b617eb;
Background color
Panel with #b617eb background
background-color: #b617eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b617eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 23, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 23, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b617eb; background: linear-gradient(135deg, #b617eb, #EB1793);