#482f49
a deep, soft magenta / pink · warm · closest name: darkslategray
RGB
72, 47, 73
HSL
298°, 22%, 24%
CMYK
1, 36, 0, 71
Luminance
0.0389
Every format
| HEX | #482f49 |
| RGB | rgb(72, 47, 73) |
| HSL | hsl(298, 22%, 24%) |
| CMYK | cmyk(1%, 36%, 0%, 71%) |
| LAB | lab(23.3 16.5 -11.6) |
| LCH | lch(23.3 20.2 325.0) |
| OKLCH | oklch(0.345 0.055 325.4) |
Copy-ready code
/* CSS */
color: #482f49;
background-color: #482f49;
/* Tailwind (arbitrary) */
class="text-[#482f49] bg-[#482f49]"
/* SCSS */
$brand: #482f49;
/* SwiftUI */
Color(red: 0.282, green: 0.184, blue: 0.286)
/* Android */
Color.parseColor("#482f49")Accessibility — WCAG contrast
Aa
#482f49 on white: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482f49 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green18.4%
Blue28.6%
CMYK percentages
Cyan1.4%
Magenta35.6%
Yellow0.0%
Key (black)71.4%
Color previews
#482f49 text on a black background
contrast 1.78:1
Card sample
#482f49 text on a white background
contrast 11.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482f49;
Background color
Panel with #482f49 background
background-color: #482f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 47, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 47, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482f49; background: linear-gradient(135deg, #482f49, #492F39);