#2e150f
a deep, vivid red · warm · closest name: black
RGB
46, 21, 15
HSL
12°, 51%, 12%
CMYK
0, 54, 67, 82
Luminance
0.0115
Every format
| HEX | #2e150f |
| RGB | rgb(46, 21, 15) |
| HSL | hsl(12, 51%, 12%) |
| CMYK | cmyk(0%, 54%, 67%, 82%) |
| LAB | lab(10.2 12.0 9.1) |
| LCH | lch(10.2 15.0 37.1) |
| OKLCH | oklch(0.230 0.043 34.5) |
Copy-ready code
/* CSS */
color: #2e150f;
background-color: #2e150f;
/* Tailwind (arbitrary) */
class="text-[#2e150f] bg-[#2e150f]"
/* SCSS */
$brand: #2e150f;
/* SwiftUI */
Color(red: 0.180, green: 0.082, blue: 0.059)
/* Android */
Color.parseColor("#2e150f")Accessibility — WCAG contrast
Aa
#2e150f on white: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e150f on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green8.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow67.4%
Key (black)82.0%
Color previews
#2e150f text on a black background
contrast 1.23:1
Card sample
#2e150f text on a white background
contrast 17.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e150f;
Background color
Panel with #2e150f background
background-color: #2e150f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e150f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 21, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 21, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e150f; background: linear-gradient(135deg, #2e150f, #2E2A0F);