#791663
a dark, vivid magenta / pink · warm · closest name: purple
RGB
121, 22, 99
HSL
313°, 69%, 28%
CMYK
0, 82, 18, 53
Luminance
0.0554
Every format
| HEX | #791663 |
| RGB | rgb(121, 22, 99) |
| HSL | hsl(313, 69%, 28%) |
| CMYK | cmyk(0%, 82%, 18%, 53%) |
| LAB | lab(28.2 48.7 -20.5) |
| LCH | lch(28.2 52.9 337.2) |
| OKLCH | oklch(0.402 0.155 339.0) |
Copy-ready code
/* CSS */
color: #791663;
background-color: #791663;
/* Tailwind (arbitrary) */
class="text-[#791663] bg-[#791663]"
/* SCSS */
$brand: #791663;
/* SwiftUI */
Color(red: 0.475, green: 0.086, blue: 0.388)
/* Android */
Color.parseColor("#791663")Accessibility — WCAG contrast
Aa
#791663 on white: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#791663 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green8.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow18.2%
Key (black)52.5%
Color previews
#791663 text on a black background
contrast 2.11:1
Card sample
#791663 text on a white background
contrast 9.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #791663;
Background color
Panel with #791663 background
background-color: #791663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #791663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 22, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 22, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #791663; background: linear-gradient(135deg, #791663, #791621);