#2c191f
a deep, soft magenta / pink · warm · closest name: black
RGB
44, 25, 31
HSL
341°, 28%, 14%
CMYK
0, 43, 30, 83
Luminance
0.0133
Every format
| HEX | #2c191f |
| RGB | rgb(44, 25, 31) |
| HSL | hsl(341, 28%, 14%) |
| CMYK | cmyk(0%, 43%, 30%, 83%) |
| LAB | lab(11.5 10.6 -0.2) |
| LCH | lch(11.5 10.6 358.9) |
| OKLCH | oklch(0.241 0.032 359.3) |
Copy-ready code
/* CSS */
color: #2c191f;
background-color: #2c191f;
/* Tailwind (arbitrary) */
class="text-[#2c191f] bg-[#2c191f]"
/* SCSS */
$brand: #2c191f;
/* SwiftUI */
Color(red: 0.173, green: 0.098, blue: 0.122)
/* Android */
Color.parseColor("#2c191f")Accessibility — WCAG contrast
Aa
#2c191f on white: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c191f on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green9.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow29.5%
Key (black)82.7%
Color previews
#2c191f text on a black background
contrast 1.27:1
Card sample
#2c191f text on a white background
contrast 16.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c191f;
Background color
Panel with #2c191f background
background-color: #2c191f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c191f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 25, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 25, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c191f; background: linear-gradient(135deg, #2c191f, #2C2019);