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