#2e1a1f
a deep, soft red · warm · closest name: black
RGB
46, 26, 31
HSL
345°, 28%, 14%
CMYK
0, 44, 33, 82
Luminance
0.0142
Every format
| HEX | #2e1a1f |
| RGB | rgb(46, 26, 31) |
| HSL | hsl(345, 28%, 14%) |
| CMYK | cmyk(0%, 44%, 33%, 82%) |
| LAB | lab(12.1 10.8 0.7) |
| LCH | lch(12.1 10.8 3.8) |
| OKLCH | oklch(0.246 0.033 3.5) |
Copy-ready code
/* CSS */
color: #2e1a1f;
background-color: #2e1a1f;
/* Tailwind (arbitrary) */
class="text-[#2e1a1f] bg-[#2e1a1f]"
/* SCSS */
$brand: #2e1a1f;
/* SwiftUI */
Color(red: 0.180, green: 0.102, blue: 0.122)
/* Android */
Color.parseColor("#2e1a1f")Accessibility — WCAG contrast
Aa
#2e1a1f on white: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e1a1f on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green10.2%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow32.6%
Key (black)82.0%
Color previews
#2e1a1f text on a black background
contrast 1.28:1
Card sample
#2e1a1f text on a white background
contrast 16.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e1a1f;
Background color
Panel with #2e1a1f background
background-color: #2e1a1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e1a1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 26, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 26, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e1a1f; background: linear-gradient(135deg, #2e1a1f, #2E221A);