#2e2405
a deep, electric yellow · cool · closest name: black
RGB
46, 36, 5
HSL
45°, 80%, 10%
CMYK
0, 22, 89, 82
Luminance
0.0185
Every format
| HEX | #2e2405 |
| RGB | rgb(46, 36, 5) |
| HSL | hsl(45, 80%, 10%) |
| CMYK | cmyk(0%, 22%, 89%, 82%) |
| LAB | lab(14.7 0.6 19.5) |
| LCH | lch(14.7 19.5 88.3) |
| OKLCH | oklch(0.265 0.048 90.8) |
Copy-ready code
/* CSS */
color: #2e2405;
background-color: #2e2405;
/* Tailwind (arbitrary) */
class="text-[#2e2405] bg-[#2e2405]"
/* SCSS */
$brand: #2e2405;
/* SwiftUI */
Color(red: 0.180, green: 0.141, blue: 0.020)
/* Android */
Color.parseColor("#2e2405")Accessibility — WCAG contrast
Aa
#2e2405 on white: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e2405 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green14.1%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow89.1%
Key (black)82.0%
Color previews
#2e2405 text on a black background
contrast 1.37:1
Card sample
#2e2405 text on a white background
contrast 15.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e2405;
Background color
Panel with #2e2405 background
background-color: #2e2405;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e2405;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 36, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 36, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e2405; background: linear-gradient(135deg, #2e2405, #1D2E05);