#480628
a deep, electric magenta / pink · warm · closest name: black
RGB
72, 6, 40
HSL
329°, 85%, 15%
CMYK
0, 92, 44, 72
Luminance
0.0166
Every format
| HEX | #480628 |
| RGB | rgb(72, 6, 40) |
| HSL | hsl(329, 85%, 15%) |
| CMYK | cmyk(0%, 92%, 44%, 72%) |
| LAB | lab(13.6 32.5 -3.1) |
| LCH | lch(13.6 32.7 354.5) |
| OKLCH | oklch(0.269 0.101 355.5) |
Copy-ready code
/* CSS */
color: #480628;
background-color: #480628;
/* Tailwind (arbitrary) */
class="text-[#480628] bg-[#480628]"
/* SCSS */
$brand: #480628;
/* SwiftUI */
Color(red: 0.282, green: 0.024, blue: 0.157)
/* Android */
Color.parseColor("#480628")Accessibility — WCAG contrast
Aa
#480628 on white: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#480628 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green2.4%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow44.4%
Key (black)71.8%
Color previews
#480628 text on a black background
contrast 1.33:1
Card sample
#480628 text on a white background
contrast 15.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #480628;
Background color
Panel with #480628 background
background-color: #480628;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #480628;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 6, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 6, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #480628; background: linear-gradient(135deg, #480628, #481006);