#2c0f2d
a deep, vivid magenta / pink · warm · closest name: black
RGB
44, 15, 45
HSL
298°, 50%, 12%
CMYK
2, 67, 0, 82
Luminance
0.0107
Every format
| HEX | #2c0f2d |
| RGB | rgb(44, 15, 45) |
| HSL | hsl(298, 50%, 12%) |
| CMYK | cmyk(2%, 67%, 0%, 82%) |
| LAB | lab(9.5 20.3 -13.6) |
| LCH | lch(9.5 24.4 326.2) |
| OKLCH | oklch(0.229 0.067 326.2) |
Copy-ready code
/* CSS */
color: #2c0f2d;
background-color: #2c0f2d;
/* Tailwind (arbitrary) */
class="text-[#2c0f2d] bg-[#2c0f2d]"
/* SCSS */
$brand: #2c0f2d;
/* SwiftUI */
Color(red: 0.173, green: 0.059, blue: 0.176)
/* Android */
Color.parseColor("#2c0f2d")Accessibility — WCAG contrast
Aa
#2c0f2d on white: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c0f2d on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green5.9%
Blue17.6%
CMYK percentages
Cyan2.2%
Magenta66.7%
Yellow0.0%
Key (black)82.4%
Color previews
#2c0f2d text on a black background
contrast 1.21:1
Card sample
#2c0f2d text on a white background
contrast 17.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c0f2d;
Background color
Panel with #2c0f2d background
background-color: #2c0f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c0f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 15, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 15, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c0f2d; background: linear-gradient(135deg, #2c0f2d, #2D0F1A);