#b31cdf
a balanced, electric violet · warm · closest name: magenta
RGB
179, 28, 223
HSL
287°, 78%, 49%
CMYK
20, 87, 0, 13
Luminance
0.1574
Every format
| HEX | #b31cdf |
| RGB | rgb(179, 28, 223) |
| HSL | hsl(287, 78%, 49%) |
| CMYK | cmyk(20%, 87%, 0%, 13%) |
| LAB | lab(46.6 79.0 -65.5) |
| LCH | lch(46.6 102.7 320.3) |
| OKLCH | oklch(0.576 0.268 316.2) |
Copy-ready code
/* CSS */
color: #b31cdf;
background-color: #b31cdf;
/* Tailwind (arbitrary) */
class="text-[#b31cdf] bg-[#b31cdf]"
/* SCSS */
$brand: #b31cdf;
/* SwiftUI */
Color(red: 0.702, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#b31cdf")Accessibility — WCAG contrast
Aa
#b31cdf on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b31cdf on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green11.0%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b31cdf text on a black background
contrast 4.15:1
Card sample
#b31cdf text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b31cdf;
Background color
Panel with #b31cdf background
background-color: #b31cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b31cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b31cdf; background: linear-gradient(135deg, #b31cdf, #DF1C89);