#b31bf5
a balanced, electric violet · warm · closest name: magenta
RGB
179, 27, 245
HSL
282°, 92%, 53%
CMYK
27, 89, 0, 4
Luminance
0.1696
Every format
| HEX | #b31bf5 |
| RGB | rgb(179, 27, 245) |
| HSL | hsl(282, 92%, 53%) |
| CMYK | cmyk(27%, 89%, 0%, 4%) |
| LAB | lab(48.2 83.2 -75.4) |
| LCH | lch(48.2 112.3 317.8) |
| OKLCH | oklch(0.592 0.285 311.3) |
Copy-ready code
/* CSS */
color: #b31bf5;
background-color: #b31bf5;
/* Tailwind (arbitrary) */
class="text-[#b31bf5] bg-[#b31bf5]"
/* SCSS */
$brand: #b31bf5;
/* SwiftUI */
Color(red: 0.702, green: 0.106, blue: 0.961)
/* Android */
Color.parseColor("#b31bf5")Accessibility — WCAG contrast
Aa
#b31bf5 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b31bf5 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green10.6%
Blue96.1%
CMYK percentages
Cyan26.9%
Magenta89.0%
Yellow0.0%
Key (black)3.9%
Color previews
#b31bf5 text on a black background
contrast 4.39:1
Card sample
#b31bf5 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b31bf5;
Background color
Panel with #b31bf5 background
background-color: #b31bf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b31bf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 27, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 27, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b31bf5; background: linear-gradient(135deg, #b31bf5, #F51BA6);