#931663
a dark, vivid magenta / pink · warm · closest name: purple
RGB
147, 22, 99
HSL
323°, 74%, 33%
CMYK
0, 85, 33, 42
Luminance
0.0768
Every format
| HEX | #931663 |
| RGB | rgb(147, 22, 99) |
| HSL | hsl(323, 74%, 33%) |
| CMYK | cmyk(0%, 85%, 33%, 42%) |
| LAB | lab(33.3 55.1 -12.2) |
| LCH | lch(33.3 56.4 347.5) |
| OKLCH | oklch(0.448 0.172 349.2) |
Copy-ready code
/* CSS */
color: #931663;
background-color: #931663;
/* Tailwind (arbitrary) */
class="text-[#931663] bg-[#931663]"
/* SCSS */
$brand: #931663;
/* SwiftUI */
Color(red: 0.576, green: 0.086, blue: 0.388)
/* Android */
Color.parseColor("#931663")Accessibility — WCAG contrast
Aa
#931663 on white: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#931663 on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green8.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow32.7%
Key (black)42.4%
Color previews
#931663 text on a black background
contrast 2.54:1
Card sample
#931663 text on a white background
contrast 8.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #931663;
Background color
Panel with #931663 background
background-color: #931663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #931663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 22, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 22, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #931663; background: linear-gradient(135deg, #931663, #931C16);