#4b3c0f
a deep, vivid yellow · cool · closest name: sienna
RGB
75, 60, 15
HSL
45°, 67%, 18%
CMYK
0, 20, 80, 71
Luminance
0.0476
Every format
| HEX | #4b3c0f |
| RGB | rgb(75, 60, 15) |
| HSL | hsl(45, 67%, 18%) |
| CMYK | cmyk(0%, 20%, 80%, 71%) |
| LAB | lab(26.1 1.0 28.9) |
| LCH | lch(26.1 28.9 88.0) |
| OKLCH | oklch(0.363 0.064 89.9) |
Copy-ready code
/* CSS */
color: #4b3c0f;
background-color: #4b3c0f;
/* Tailwind (arbitrary) */
class="text-[#4b3c0f] bg-[#4b3c0f]"
/* SCSS */
$brand: #4b3c0f;
/* SwiftUI */
Color(red: 0.294, green: 0.235, blue: 0.059)
/* Android */
Color.parseColor("#4b3c0f")Accessibility — WCAG contrast
Aa
#4b3c0f on white: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b3c0f on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green23.5%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow80.0%
Key (black)70.6%
Color previews
#4b3c0f text on a black background
contrast 1.95:1
Card sample
#4b3c0f text on a white background
contrast 10.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b3c0f;
Background color
Panel with #4b3c0f background
background-color: #4b3c0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b3c0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 60, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 60, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b3c0f; background: linear-gradient(135deg, #4b3c0f, #324B0F);