#b92fd2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
185, 47, 210
HSL
291°, 64%, 50%
CMYK
12, 78, 0, 18
Luminance
0.1700
Every format
| HEX | #b92fd2 |
| RGB | rgb(185, 47, 210) |
| HSL | hsl(291, 64%, 50%) |
| CMYK | cmyk(12%, 78%, 0%, 18%) |
| LAB | lab(48.3 73.2 -55.4) |
| LCH | lch(48.3 91.8 322.9) |
| OKLCH | oklch(0.587 0.246 320.8) |
Copy-ready code
/* CSS */
color: #b92fd2;
background-color: #b92fd2;
/* Tailwind (arbitrary) */
class="text-[#b92fd2] bg-[#b92fd2]"
/* SCSS */
$brand: #b92fd2;
/* SwiftUI */
Color(red: 0.725, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#b92fd2")Accessibility — WCAG contrast
Aa
#b92fd2 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b92fd2 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green18.4%
Blue82.4%
CMYK percentages
Cyan11.9%
Magenta77.6%
Yellow0.0%
Key (black)17.6%
Color previews
#b92fd2 text on a black background
contrast 4.40:1
Card sample
#b92fd2 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b92fd2;
Background color
Panel with #b92fd2 background
background-color: #b92fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b92fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b92fd2; background: linear-gradient(135deg, #b92fd2, #D22F7E);