#904792
a dark, soft magenta / pink · warm · closest name: purple
RGB
144, 71, 146
HSL
298°, 35%, 43%
CMYK
1, 51, 0, 43
Luminance
0.1251
Every format
| HEX | #904792 |
| RGB | rgb(144, 71, 146) |
| HSL | hsl(298, 35%, 43%) |
| CMYK | cmyk(1%, 51%, 0%, 43%) |
| LAB | lab(42.0 42.0 -28.1) |
| LCH | lch(42.0 50.5 326.2) |
| OKLCH | oklch(0.518 0.139 326.4) |
Copy-ready code
/* CSS */
color: #904792;
background-color: #904792;
/* Tailwind (arbitrary) */
class="text-[#904792] bg-[#904792]"
/* SCSS */
$brand: #904792;
/* SwiftUI */
Color(red: 0.565, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#904792")Accessibility — WCAG contrast
Aa
#904792 on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#904792 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green27.8%
Blue57.3%
CMYK percentages
Cyan1.4%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#904792 text on a black background
contrast 3.50:1
Card sample
#904792 text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #904792;
Background color
Panel with #904792 background
background-color: #904792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #904792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #904792; background: linear-gradient(135deg, #904792, #924762);