#a94792
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
169, 71, 146
HSL
314°, 41%, 47%
CMYK
0, 58, 14, 34
Luminance
0.1502
Every format
| HEX | #a94792 |
| RGB | rgb(169, 71, 146) |
| HSL | hsl(314, 41%, 47%) |
| CMYK | cmyk(0%, 58%, 14%, 34%) |
| LAB | lab(45.7 49.4 -22.1) |
| LCH | lch(45.7 54.1 335.9) |
| OKLCH | oklch(0.552 0.157 337.6) |
Copy-ready code
/* CSS */
color: #a94792;
background-color: #a94792;
/* Tailwind (arbitrary) */
class="text-[#a94792] bg-[#a94792]"
/* SCSS */
$brand: #a94792;
/* SwiftUI */
Color(red: 0.663, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#a94792")Accessibility — WCAG contrast
Aa
#a94792 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a94792 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green27.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow13.6%
Key (black)33.7%
Color previews
#a94792 text on a black background
contrast 4.00:1
Card sample
#a94792 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a94792;
Background color
Panel with #a94792 background
background-color: #a94792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a94792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a94792; background: linear-gradient(135deg, #a94792, #A94751);