#b82cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
184, 44, 223
HSL
287°, 74%, 52%
CMYK
18, 80, 0, 13
Luminance
0.1732
Every format
| HEX | #b82cdf |
| RGB | rgb(184, 44, 223) |
| HSL | hsl(287, 74%, 52%) |
| CMYK | cmyk(18%, 80%, 0%, 13%) |
| LAB | lab(48.7 76.2 -62.2) |
| LCH | lch(48.7 98.4 320.8) |
| OKLCH | oklch(0.592 0.259 317.3) |
Copy-ready code
/* CSS */
color: #b82cdf;
background-color: #b82cdf;
/* Tailwind (arbitrary) */
class="text-[#b82cdf] bg-[#b82cdf]"
/* SCSS */
$brand: #b82cdf;
/* SwiftUI */
Color(red: 0.722, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#b82cdf")Accessibility — WCAG contrast
Aa
#b82cdf on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b82cdf on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green17.3%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b82cdf text on a black background
contrast 4.46:1
Card sample
#b82cdf text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b82cdf;
Background color
Panel with #b82cdf background
background-color: #b82cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b82cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b82cdf; background: linear-gradient(135deg, #b82cdf, #DF2C8F);