#b623fd
a balanced, electric violet · warm · closest name: magenta
RGB
182, 35, 253
HSL
281°, 98%, 57%
CMYK
28, 86, 0, 1
Luminance
0.1824
Every format
| HEX | #b623fd |
| RGB | rgb(182, 35, 253) |
| HSL | hsl(281, 98%, 57%) |
| CMYK | cmyk(28%, 86%, 0%, 1%) |
| LAB | lab(49.8 83.5 -77.3) |
| LCH | lch(49.8 113.8 317.2) |
| OKLCH | oklch(0.606 0.288 310.2) |
Copy-ready code
/* CSS */
color: #b623fd;
background-color: #b623fd;
/* Tailwind (arbitrary) */
class="text-[#b623fd] bg-[#b623fd]"
/* SCSS */
$brand: #b623fd;
/* SwiftUI */
Color(red: 0.714, green: 0.137, blue: 0.992)
/* Android */
Color.parseColor("#b623fd")Accessibility — WCAG contrast
Aa
#b623fd on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b623fd on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green13.7%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta86.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b623fd text on a black background
contrast 4.65:1
Card sample
#b623fd text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b623fd;
Background color
Panel with #b623fd background
background-color: #b623fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b623fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 35, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 35, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b623fd; background: linear-gradient(135deg, #b623fd, #FD23B3);