#b83bdf
a balanced, vivid violet · warm · closest name: magenta
RGB
184, 59, 223
HSL
286°, 72%, 55%
CMYK
18, 74, 0, 13
Luminance
0.1865
Every format
| HEX | #b83bdf |
| RGB | rgb(184, 59, 223) |
| HSL | hsl(286, 72%, 55%) |
| CMYK | cmyk(18%, 74%, 0%, 13%) |
| LAB | lab(50.3 71.5 -59.6) |
| LCH | lch(50.3 93.1 320.2) |
| OKLCH | oklch(0.603 0.245 316.7) |
Copy-ready code
/* CSS */
color: #b83bdf;
background-color: #b83bdf;
/* Tailwind (arbitrary) */
class="text-[#b83bdf] bg-[#b83bdf]"
/* SCSS */
$brand: #b83bdf;
/* SwiftUI */
Color(red: 0.722, green: 0.231, blue: 0.875)
/* Android */
Color.parseColor("#b83bdf")Accessibility — WCAG contrast
Aa
#b83bdf on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b83bdf on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green23.1%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta73.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b83bdf text on a black background
contrast 4.73:1
Card sample
#b83bdf text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b83bdf;
Background color
Panel with #b83bdf background
background-color: #b83bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b83bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 59, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 59, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b83bdf; background: linear-gradient(135deg, #b83bdf, #DF3B99);