#921861
a dark, vivid magenta / pink · warm · closest name: purple
RGB
146, 24, 97
HSL
324°, 72%, 33%
CMYK
0, 84, 34, 43
Luminance
0.0763
Every format
| HEX | #921861 |
| RGB | rgb(146, 24, 97) |
| HSL | hsl(324, 72%, 33%) |
| CMYK | cmyk(0%, 84%, 34%, 43%) |
| LAB | lab(33.2 54.1 -11.1) |
| LCH | lch(33.2 55.2 348.4) |
| OKLCH | oklch(0.447 0.168 350.1) |
Copy-ready code
/* CSS */
color: #921861;
background-color: #921861;
/* Tailwind (arbitrary) */
class="text-[#921861] bg-[#921861]"
/* SCSS */
$brand: #921861;
/* SwiftUI */
Color(red: 0.573, green: 0.094, blue: 0.380)
/* Android */
Color.parseColor("#921861")Accessibility — WCAG contrast
Aa
#921861 on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#921861 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green9.4%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow33.6%
Key (black)42.7%
Color previews
#921861 text on a black background
contrast 2.53:1
Card sample
#921861 text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #921861;
Background color
Panel with #921861 background
background-color: #921861;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #921861;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 24, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 24, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #921861; background: linear-gradient(135deg, #921861, #922018);