#4b3400
a deep, electric yellow · warm · closest name: sienna
RGB
75, 52, 0
HSL
42°, 100%, 15%
CMYK
0, 31, 100, 71
Luminance
0.0395
Every format
| HEX | #4b3400 |
| RGB | rgb(75, 52, 0) |
| HSL | hsl(42, 100%, 15%) |
| CMYK | cmyk(0%, 31%, 100%, 71%) |
| LAB | lab(23.5 5.5 32.7) |
| LCH | lch(23.5 33.2 80.5) |
| OKLCH | oklch(0.343 0.071 81.3) |
Copy-ready code
/* CSS */
color: #4b3400;
background-color: #4b3400;
/* Tailwind (arbitrary) */
class="text-[#4b3400] bg-[#4b3400]"
/* SCSS */
$brand: #4b3400;
/* SwiftUI */
Color(red: 0.294, green: 0.204, blue: 0.000)
/* Android */
Color.parseColor("#4b3400")Accessibility — WCAG contrast
Aa
#4b3400 on white: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b3400 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green20.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow100.0%
Key (black)70.6%
Color previews
#4b3400 text on a black background
contrast 1.79:1
Card sample
#4b3400 text on a white background
contrast 11.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b3400;
Background color
Panel with #4b3400 background
background-color: #4b3400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b3400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 52, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 52, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b3400; background: linear-gradient(135deg, #4b3400, #304B00);