#b92cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
185, 44, 223
HSL
287°, 74%, 52%
CMYK
17, 80, 0, 13
Luminance
0.1744
Every format
| HEX | #b92cdf |
| RGB | rgb(185, 44, 223) |
| HSL | hsl(287, 74%, 52%) |
| CMYK | cmyk(17%, 80%, 0%, 13%) |
| LAB | lab(48.8 76.3 -62.0) |
| LCH | lch(48.8 98.3 320.9) |
| OKLCH | oklch(0.593 0.259 317.6) |
Copy-ready code
/* CSS */
color: #b92cdf;
background-color: #b92cdf;
/* Tailwind (arbitrary) */
class="text-[#b92cdf] bg-[#b92cdf]"
/* SCSS */
$brand: #b92cdf;
/* SwiftUI */
Color(red: 0.725, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#b92cdf")Accessibility — WCAG contrast
Aa
#b92cdf on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b92cdf on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green17.3%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b92cdf text on a black background
contrast 4.49:1
Card sample
#b92cdf text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b92cdf;
Background color
Panel with #b92cdf background
background-color: #b92cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b92cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b92cdf; background: linear-gradient(135deg, #b92cdf, #DF2C8E);