#2c1f2f
a deep, soft violet · warm · closest name: black
RGB
44, 31, 47
HSL
289°, 21%, 15%
CMYK
6, 34, 0, 82
Luminance
0.0172
Every format
| HEX | #2c1f2f |
| RGB | rgb(44, 31, 47) |
| HSL | hsl(289, 21%, 15%) |
| CMYK | cmyk(6%, 34%, 0%, 82%) |
| LAB | lab(13.9 9.9 -8.2) |
| LCH | lch(13.9 12.9 320.4) |
| OKLCH | oklch(0.262 0.035 319.9) |
Copy-ready code
/* CSS */
color: #2c1f2f;
background-color: #2c1f2f;
/* Tailwind (arbitrary) */
class="text-[#2c1f2f] bg-[#2c1f2f]"
/* SCSS */
$brand: #2c1f2f;
/* SwiftUI */
Color(red: 0.173, green: 0.122, blue: 0.184)
/* Android */
Color.parseColor("#2c1f2f")Accessibility — WCAG contrast
Aa
#2c1f2f on white: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c1f2f on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green12.2%
Blue18.4%
CMYK percentages
Cyan6.4%
Magenta34.0%
Yellow0.0%
Key (black)81.6%
Color previews
#2c1f2f text on a black background
contrast 1.34:1
Card sample
#2c1f2f text on a white background
contrast 15.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c1f2f;
Background color
Panel with #2c1f2f background
background-color: #2c1f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c1f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 31, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 31, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c1f2f; background: linear-gradient(135deg, #2c1f2f, #2F1F27);