#2e290a
a deep, vivid yellow · cool · closest name: black
RGB
46, 41, 10
HSL
52°, 64%, 11%
CMYK
0, 11, 78, 82
Luminance
0.0219
Every format
| HEX | #2e290a |
| RGB | rgb(46, 41, 10) |
| HSL | hsl(52, 64%, 11%) |
| CMYK | cmyk(0%, 11%, 78%, 82%) |
| LAB | lab(16.4 -2.4 19.7) |
| LCH | lch(16.4 19.9 97.0) |
| OKLCH | oklch(0.279 0.047 100.1) |
Copy-ready code
/* CSS */
color: #2e290a;
background-color: #2e290a;
/* Tailwind (arbitrary) */
class="text-[#2e290a] bg-[#2e290a]"
/* SCSS */
$brand: #2e290a;
/* SwiftUI */
Color(red: 0.180, green: 0.161, blue: 0.039)
/* Android */
Color.parseColor("#2e290a")Accessibility — WCAG contrast
Aa
#2e290a on white: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e290a on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green16.1%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow78.3%
Key (black)82.0%
Color previews
#2e290a text on a black background
contrast 1.44:1
Card sample
#2e290a text on a white background
contrast 14.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e290a;
Background color
Panel with #2e290a background
background-color: #2e290a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e290a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 41, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 41, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e290a; background: linear-gradient(135deg, #2e290a, #1B2E0A);