#2e000a
a deep, electric red · warm · closest name: black
RGB
46, 0, 10
HSL
347°, 100%, 9%
CMYK
0, 100, 78, 82
Luminance
0.0060
Every format
| HEX | #2e000a |
| RGB | rgb(46, 0, 10) |
| HSL | hsl(347, 100%, 9%) |
| CMYK | cmyk(0%, 100%, 78%, 82%) |
| LAB | lab(5.5 23.4 4.5) |
| LCH | lch(5.5 23.8 10.9) |
| OKLCH | oklch(0.192 0.077 13.0) |
Copy-ready code
/* CSS */
color: #2e000a;
background-color: #2e000a;
/* Tailwind (arbitrary) */
class="text-[#2e000a] bg-[#2e000a]"
/* SCSS */
$brand: #2e000a;
/* SwiftUI */
Color(red: 0.180, green: 0.000, blue: 0.039)
/* Android */
Color.parseColor("#2e000a")Accessibility — WCAG contrast
Aa
#2e000a on white: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e000a on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green0.0%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow78.3%
Key (black)82.0%
Color previews
#2e000a text on a black background
contrast 1.12:1
Card sample
#2e000a text on a white background
contrast 18.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e000a;
Background color
Panel with #2e000a background
background-color: #2e000a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e000a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 0, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 0, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e000a; background: linear-gradient(135deg, #2e000a, #2E1500);