#2c0c2f
a deep, vivid magenta / pink · warm · closest name: black
RGB
44, 12, 47
HSL
295°, 59%, 12%
CMYK
6, 75, 0, 82
Luminance
0.0100
Every format
| HEX | #2c0c2f |
| RGB | rgb(44, 12, 47) |
| HSL | hsl(295, 59%, 12%) |
| CMYK | cmyk(6%, 75%, 0%, 82%) |
| LAB | lab(9.0 22.5 -15.8) |
| LCH | lch(9.0 27.5 324.8) |
| OKLCH | oklch(0.225 0.075 324.2) |
Copy-ready code
/* CSS */
color: #2c0c2f;
background-color: #2c0c2f;
/* Tailwind (arbitrary) */
class="text-[#2c0c2f] bg-[#2c0c2f]"
/* SCSS */
$brand: #2c0c2f;
/* SwiftUI */
Color(red: 0.173, green: 0.047, blue: 0.184)
/* Android */
Color.parseColor("#2c0c2f")Accessibility — WCAG contrast
Aa
#2c0c2f on white: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c0c2f on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green4.7%
Blue18.4%
CMYK percentages
Cyan6.4%
Magenta74.5%
Yellow0.0%
Key (black)81.6%
Color previews
#2c0c2f text on a black background
contrast 1.20:1
Card sample
#2c0c2f text on a white background
contrast 17.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c0c2f;
Background color
Panel with #2c0c2f background
background-color: #2c0c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c0c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 12, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 12, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c0c2f; background: linear-gradient(135deg, #2c0c2f, #2F0C1B);