#4c083b
a deep, electric magenta / pink · warm · closest name: purple
RGB
76, 8, 59
HSL
315°, 81%, 17%
CMYK
0, 90, 22, 70
Luminance
0.0203
Every format
| HEX | #4c083b |
| RGB | rgb(76, 8, 59) |
| HSL | hsl(315, 81%, 17%) |
| CMYK | cmyk(0%, 90%, 22%, 70%) |
| LAB | lab(15.6 35.5 -13.7) |
| LCH | lch(15.6 38.1 338.9) |
| OKLCH | oklch(0.288 0.113 340.8) |
Copy-ready code
/* CSS */
color: #4c083b;
background-color: #4c083b;
/* Tailwind (arbitrary) */
class="text-[#4c083b] bg-[#4c083b]"
/* SCSS */
$brand: #4c083b;
/* SwiftUI */
Color(red: 0.298, green: 0.031, blue: 0.231)
/* Android */
Color.parseColor("#4c083b")Accessibility — WCAG contrast
Aa
#4c083b on white: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c083b on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green3.1%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta89.5%
Yellow22.4%
Key (black)70.2%
Color previews
#4c083b text on a black background
contrast 1.41:1
Card sample
#4c083b text on a white background
contrast 14.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c083b;
Background color
Panel with #4c083b background
background-color: #4c083b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c083b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 8, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 8, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c083b; background: linear-gradient(135deg, #4c083b, #4C080E);