#b92fd0
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
185, 47, 208
HSL
291°, 63%, 50%
CMYK
11, 77, 0, 18
Luminance
0.1690
Every format
| HEX | #b92fd0 |
| RGB | rgb(185, 47, 208) |
| HSL | hsl(291, 63%, 50%) |
| CMYK | cmyk(11%, 77%, 0%, 18%) |
| LAB | lab(48.1 72.8 -54.5) |
| LCH | lch(48.1 91.0 323.2) |
| OKLCH | oklch(0.585 0.245 321.4) |
Copy-ready code
/* CSS */
color: #b92fd0;
background-color: #b92fd0;
/* Tailwind (arbitrary) */
class="text-[#b92fd0] bg-[#b92fd0]"
/* SCSS */
$brand: #b92fd0;
/* SwiftUI */
Color(red: 0.725, green: 0.184, blue: 0.816)
/* Android */
Color.parseColor("#b92fd0")Accessibility — WCAG contrast
Aa
#b92fd0 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b92fd0 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green18.4%
Blue81.6%
CMYK percentages
Cyan11.1%
Magenta77.4%
Yellow0.0%
Key (black)18.4%
Color previews
#b92fd0 text on a black background
contrast 4.38:1
Card sample
#b92fd0 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b92fd0;
Background color
Panel with #b92fd0 background
background-color: #b92fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b92fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 47, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 47, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b92fd0; background: linear-gradient(135deg, #b92fd0, #D02F7C);