#b91fd3
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
185, 31, 211
HSL
291°, 74%, 48%
CMYK
12, 85, 0, 17
Luminance
0.1600
Every format
| HEX | #b91fd3 |
| RGB | rgb(185, 31, 211) |
| HSL | hsl(291, 74%, 48%) |
| CMYK | cmyk(12%, 85%, 0%, 17%) |
| LAB | lab(47.0 77.3 -58.1) |
| LCH | lch(47.0 96.7 323.1) |
| OKLCH | oklch(0.578 0.259 321.0) |
Copy-ready code
/* CSS */
color: #b91fd3;
background-color: #b91fd3;
/* Tailwind (arbitrary) */
class="text-[#b91fd3] bg-[#b91fd3]"
/* SCSS */
$brand: #b91fd3;
/* SwiftUI */
Color(red: 0.725, green: 0.122, blue: 0.827)
/* Android */
Color.parseColor("#b91fd3")Accessibility — WCAG contrast
Aa
#b91fd3 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b91fd3 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green12.2%
Blue82.7%
CMYK percentages
Cyan12.3%
Magenta85.3%
Yellow0.0%
Key (black)17.3%
Color previews
#b91fd3 text on a black background
contrast 4.20:1
Card sample
#b91fd3 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b91fd3;
Background color
Panel with #b91fd3 background
background-color: #b91fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b91fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 31, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 31, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b91fd3; background: linear-gradient(135deg, #b91fd3, #D31F75);