#2c0728
a deep, vivid magenta / pink · warm · closest name: black
RGB
44, 7, 40
HSL
307°, 73%, 10%
CMYK
0, 84, 9, 83
Luminance
0.0084
Every format
| HEX | #2c0728 |
| RGB | rgb(44, 7, 40) |
| HSL | hsl(307, 73%, 10%) |
| CMYK | cmyk(0%, 84%, 9%, 83%) |
| LAB | lab(7.6 23.6 -12.9) |
| LCH | lch(7.6 26.9 331.4) |
| OKLCH | oklch(0.213 0.077 332.6) |
Copy-ready code
/* CSS */
color: #2c0728;
background-color: #2c0728;
/* Tailwind (arbitrary) */
class="text-[#2c0728] bg-[#2c0728]"
/* SCSS */
$brand: #2c0728;
/* SwiftUI */
Color(red: 0.173, green: 0.027, blue: 0.157)
/* Android */
Color.parseColor("#2c0728")Accessibility — WCAG contrast
Aa
#2c0728 on white: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c0728 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green2.7%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta84.1%
Yellow9.1%
Key (black)82.7%
Color previews
#2c0728 text on a black background
contrast 1.17:1
Card sample
#2c0728 text on a white background
contrast 17.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c0728;
Background color
Panel with #2c0728 background
background-color: #2c0728;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c0728;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 7, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 7, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c0728; background: linear-gradient(135deg, #2c0728, #2C070F);