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