#2e1f1a
a deep, soft orange · warm · closest name: black
RGB
46, 31, 26
HSL
15°, 28%, 14%
CMYK
0, 33, 44, 82
Luminance
0.0164
Every format
| HEX | #2e1f1a |
| RGB | rgb(46, 31, 26) |
| HSL | hsl(15, 28%, 14%) |
| CMYK | cmyk(0%, 33%, 44%, 82%) |
| LAB | lab(13.4 6.4 6.3) |
| LCH | lch(13.4 9.0 44.3) |
| OKLCH | oklch(0.256 0.025 39.2) |
Copy-ready code
/* CSS */
color: #2e1f1a;
background-color: #2e1f1a;
/* Tailwind (arbitrary) */
class="text-[#2e1f1a] bg-[#2e1f1a]"
/* SCSS */
$brand: #2e1f1a;
/* SwiftUI */
Color(red: 0.180, green: 0.122, blue: 0.102)
/* Android */
Color.parseColor("#2e1f1a")Accessibility — WCAG contrast
Aa
#2e1f1a on white: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e1f1a on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green12.2%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow43.5%
Key (black)82.0%
Color previews
#2e1f1a text on a black background
contrast 1.33:1
Card sample
#2e1f1a text on a white background
contrast 15.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e1f1a;
Background color
Panel with #2e1f1a background
background-color: #2e1f1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e1f1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 31, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 31, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e1f1a; background: linear-gradient(135deg, #2e1f1a, #2E2C1A);