#4f082f
a deep, electric magenta / pink · warm · closest name: black
RGB
79, 8, 47
HSL
327°, 82%, 17%
CMYK
0, 90, 41, 69
Luminance
0.0204
Every format
| HEX | #4f082f |
| RGB | rgb(79, 8, 47) |
| HSL | hsl(327, 82%, 17%) |
| CMYK | cmyk(0%, 90%, 41%, 69%) |
| LAB | lab(15.7 34.7 -4.9) |
| LCH | lch(15.7 35.0 351.9) |
| OKLCH | oklch(0.287 0.107 353.2) |
Copy-ready code
/* CSS */
color: #4f082f;
background-color: #4f082f;
/* Tailwind (arbitrary) */
class="text-[#4f082f] bg-[#4f082f]"
/* SCSS */
$brand: #4f082f;
/* SwiftUI */
Color(red: 0.310, green: 0.031, blue: 0.184)
/* Android */
Color.parseColor("#4f082f")Accessibility — WCAG contrast
Aa
#4f082f on white: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f082f on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green3.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow40.5%
Key (black)69.0%
Color previews
#4f082f text on a black background
contrast 1.41:1
Card sample
#4f082f text on a white background
contrast 14.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f082f;
Background color
Panel with #4f082f background
background-color: #4f082f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f082f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 8, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 8, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f082f; background: linear-gradient(135deg, #4f082f, #4F1008);