#b83dfd
a balanced, electric violet · warm · closest name: magenta
RGB
184, 61, 253
HSL
278°, 98%, 62%
CMYK
27, 76, 0, 1
Luminance
0.2062
Every format
| HEX | #b83dfd |
| RGB | rgb(184, 61, 253) |
| HSL | hsl(278, 98%, 62%) |
| CMYK | cmyk(27%, 76%, 0%, 1%) |
| LAB | lab(52.5 76.7 -72.8) |
| LCH | lch(52.5 105.8 316.5) |
| OKLCH | oklch(0.625 0.269 309.7) |
Copy-ready code
/* CSS */
color: #b83dfd;
background-color: #b83dfd;
/* Tailwind (arbitrary) */
class="text-[#b83dfd] bg-[#b83dfd]"
/* SCSS */
$brand: #b83dfd;
/* SwiftUI */
Color(red: 0.722, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#b83dfd")Accessibility — WCAG contrast
Aa
#b83dfd on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b83dfd on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green23.9%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b83dfd text on a black background
contrast 5.12:1
Card sample
#b83dfd text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b83dfd;
Background color
Panel with #b83dfd background
background-color: #b83dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b83dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b83dfd; background: linear-gradient(135deg, #b83dfd, #FD3DC2);