#4a360d
a deep, vivid yellow · warm · closest name: sienna
RGB
74, 54, 13
HSL
40°, 70%, 17%
CMYK
0, 27, 82, 71
Luminance
0.0412
Every format
| HEX | #4a360d |
| RGB | rgb(74, 54, 13) |
| HSL | hsl(40, 70%, 17%) |
| CMYK | cmyk(0%, 27%, 82%, 71%) |
| LAB | lab(24.1 4.3 27.9) |
| LCH | lch(24.1 28.2 81.3) |
| OKLCH | oklch(0.347 0.062 81.5) |
Copy-ready code
/* CSS */
color: #4a360d;
background-color: #4a360d;
/* Tailwind (arbitrary) */
class="text-[#4a360d] bg-[#4a360d]"
/* SCSS */
$brand: #4a360d;
/* SwiftUI */
Color(red: 0.290, green: 0.212, blue: 0.051)
/* Android */
Color.parseColor("#4a360d")Accessibility — WCAG contrast
Aa
#4a360d on white: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a360d on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green21.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta27.0%
Yellow82.4%
Key (black)71.0%
Color previews
#4a360d text on a black background
contrast 1.82:1
Card sample
#4a360d text on a white background
contrast 11.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a360d;
Background color
Panel with #4a360d background
background-color: #4a360d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a360d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 54, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 54, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a360d; background: linear-gradient(135deg, #4a360d, #354A0D);