#b623eb
a balanced, electric violet · warm · closest name: magenta
RGB
182, 35, 235
HSL
284°, 83%, 53%
CMYK
23, 85, 0, 8
Luminance
0.1715
Every format
| HEX | #b623eb |
| RGB | rgb(182, 35, 235) |
| HSL | hsl(284, 83%, 53%) |
| CMYK | cmyk(23%, 85%, 0%, 8%) |
| LAB | lab(48.4 80.2 -69.4) |
| LCH | lch(48.4 106.1 319.1) |
| OKLCH | oklch(0.592 0.274 314.2) |
Copy-ready code
/* CSS */
color: #b623eb;
background-color: #b623eb;
/* Tailwind (arbitrary) */
class="text-[#b623eb] bg-[#b623eb]"
/* SCSS */
$brand: #b623eb;
/* SwiftUI */
Color(red: 0.714, green: 0.137, blue: 0.922)
/* Android */
Color.parseColor("#b623eb")Accessibility — WCAG contrast
Aa
#b623eb on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b623eb on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green13.7%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta85.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b623eb text on a black background
contrast 4.43:1
Card sample
#b623eb text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b623eb;
Background color
Panel with #b623eb background
background-color: #b623eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b623eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 35, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 35, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b623eb; background: linear-gradient(135deg, #b623eb, #EB239B);