#b83afd
a balanced, electric violet · warm · closest name: magenta
RGB
184, 58, 253
HSL
279°, 98%, 61%
CMYK
27, 77, 0, 1
Luminance
0.2031
Every format
| HEX | #b83afd |
| RGB | rgb(184, 58, 253) |
| HSL | hsl(279, 98%, 61%) |
| CMYK | cmyk(27%, 77%, 0%, 1%) |
| LAB | lab(52.2 77.7 -73.4) |
| LCH | lch(52.2 106.9 316.6) |
| OKLCH | oklch(0.623 0.272 309.9) |
Copy-ready code
/* CSS */
color: #b83afd;
background-color: #b83afd;
/* Tailwind (arbitrary) */
class="text-[#b83afd] bg-[#b83afd]"
/* SCSS */
$brand: #b83afd;
/* SwiftUI */
Color(red: 0.722, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#b83afd")Accessibility — WCAG contrast
Aa
#b83afd on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b83afd on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green22.7%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b83afd text on a black background
contrast 5.06:1
Card sample
#b83afd text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b83afd;
Background color
Panel with #b83afd background
background-color: #b83afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b83afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b83afd; background: linear-gradient(135deg, #b83afd, #FD3AC0);