#4c062f
a deep, electric magenta / pink · warm · closest name: black
RGB
76, 6, 47
HSL
325°, 85%, 16%
CMYK
0, 92, 38, 70
Luminance
0.0187
Every format
| HEX | #4c062f |
| RGB | rgb(76, 6, 47) |
| HSL | hsl(325, 85%, 16%) |
| CMYK | cmyk(0%, 92%, 38%, 70%) |
| LAB | lab(14.8 34.5 -6.4) |
| LCH | lch(14.8 35.1 349.6) |
| OKLCH | oklch(0.280 0.107 351.1) |
Copy-ready code
/* CSS */
color: #4c062f;
background-color: #4c062f;
/* Tailwind (arbitrary) */
class="text-[#4c062f] bg-[#4c062f]"
/* SCSS */
$brand: #4c062f;
/* SwiftUI */
Color(red: 0.298, green: 0.024, blue: 0.184)
/* Android */
Color.parseColor("#4c062f")Accessibility — WCAG contrast
Aa
#4c062f on white: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c062f on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green2.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow38.2%
Key (black)70.2%
Color previews
#4c062f text on a black background
contrast 1.37:1
Card sample
#4c062f text on a white background
contrast 15.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c062f;
Background color
Panel with #4c062f background
background-color: #4c062f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c062f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 6, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 6, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c062f; background: linear-gradient(135deg, #4c062f, #4C0C06);