#4b3014
a deep, vivid orange · warm · closest name: sienna
RGB
75, 48, 20
HSL
31°, 58%, 19%
CMYK
0, 36, 73, 71
Luminance
0.0366
Every format
| HEX | #4b3014 |
| RGB | rgb(75, 48, 20) |
| HSL | hsl(31, 58%, 19%) |
| CMYK | cmyk(0%, 36%, 73%, 71%) |
| LAB | lab(22.5 9.1 22.5) |
| LCH | lch(22.5 24.3 67.9) |
| OKLCH | oklch(0.335 0.057 64.6) |
Copy-ready code
/* CSS */
color: #4b3014;
background-color: #4b3014;
/* Tailwind (arbitrary) */
class="text-[#4b3014] bg-[#4b3014]"
/* SCSS */
$brand: #4b3014;
/* SwiftUI */
Color(red: 0.294, green: 0.188, blue: 0.078)
/* Android */
Color.parseColor("#4b3014")Accessibility — WCAG contrast
Aa
#4b3014 on white: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b3014 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green18.8%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow73.3%
Key (black)70.6%
Color previews
#4b3014 text on a black background
contrast 1.73:1
Card sample
#4b3014 text on a white background
contrast 12.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b3014;
Background color
Panel with #4b3014 background
background-color: #4b3014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b3014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 48, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 48, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b3014; background: linear-gradient(135deg, #4b3014, #414B14);