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