#2e100f
a deep, vivid red · warm · closest name: black
RGB
46, 16, 15
HSL
2°, 51%, 12%
CMYK
0, 65, 67, 82
Luminance
0.0099
Every format
| HEX | #2e100f |
| RGB | rgb(46, 16, 15) |
| HSL | hsl(2, 51%, 12%) |
| CMYK | cmyk(0%, 65%, 67%, 82%) |
| LAB | lab(8.9 15.3 7.2) |
| LCH | lch(8.9 16.9 25.1) |
| OKLCH | oklch(0.220 0.050 23.9) |
Copy-ready code
/* CSS */
color: #2e100f;
background-color: #2e100f;
/* Tailwind (arbitrary) */
class="text-[#2e100f] bg-[#2e100f]"
/* SCSS */
$brand: #2e100f;
/* SwiftUI */
Color(red: 0.180, green: 0.063, blue: 0.059)
/* Android */
Color.parseColor("#2e100f")Accessibility — WCAG contrast
Aa
#2e100f on white: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e100f on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green6.3%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow67.4%
Key (black)82.0%
Color previews
#2e100f text on a black background
contrast 1.20:1
Card sample
#2e100f text on a white background
contrast 17.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e100f;
Background color
Panel with #2e100f background
background-color: #2e100f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e100f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 16, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 16, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e100f; background: linear-gradient(135deg, #2e100f, #2E250F);