#4f021f
a deep, electric magenta / pink · warm · closest name: maroon
RGB
79, 2, 31
HSL
337°, 95%, 16%
CMYK
0, 98, 61, 69
Luminance
0.0180
Every format
| HEX | #4f021f |
| RGB | rgb(79, 2, 31) |
| HSL | hsl(337, 95%, 16%) |
| CMYK | cmyk(0%, 98%, 61%, 69%) |
| LAB | lab(14.4 35.1 4.9) |
| LCH | lch(14.4 35.4 8.0) |
| OKLCH | oklch(0.276 0.108 6.7) |
Copy-ready code
/* CSS */
color: #4f021f;
background-color: #4f021f;
/* Tailwind (arbitrary) */
class="text-[#4f021f] bg-[#4f021f]"
/* SCSS */
$brand: #4f021f;
/* SwiftUI */
Color(red: 0.310, green: 0.008, blue: 0.122)
/* Android */
Color.parseColor("#4f021f")Accessibility — WCAG contrast
Aa
#4f021f on white: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f021f on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green0.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta97.5%
Yellow60.8%
Key (black)69.0%
Color previews
#4f021f text on a black background
contrast 1.36:1
Card sample
#4f021f text on a white background
contrast 15.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f021f;
Background color
Panel with #4f021f background
background-color: #4f021f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f021f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 2, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 2, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f021f; background: linear-gradient(135deg, #4f021f, #4F1802);