#4b3607
a deep, electric yellow · warm · closest name: sienna
RGB
75, 54, 7
HSL
42°, 83%, 16%
CMYK
0, 28, 91, 71
Luminance
0.0415
Every format
| HEX | #4b3607 |
| RGB | rgb(75, 54, 7) |
| HSL | hsl(42, 83%, 16%) |
| CMYK | cmyk(0%, 28%, 91%, 71%) |
| LAB | lab(24.2 4.5 30.5) |
| LCH | lch(24.2 30.9 81.6) |
| OKLCH | oklch(0.348 0.067 82.2) |
Copy-ready code
/* CSS */
color: #4b3607;
background-color: #4b3607;
/* Tailwind (arbitrary) */
class="text-[#4b3607] bg-[#4b3607]"
/* SCSS */
$brand: #4b3607;
/* SwiftUI */
Color(red: 0.294, green: 0.212, blue: 0.027)
/* Android */
Color.parseColor("#4b3607")Accessibility — WCAG contrast
Aa
#4b3607 on white: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b3607 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green21.2%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow90.7%
Key (black)70.6%
Color previews
#4b3607 text on a black background
contrast 1.83:1
Card sample
#4b3607 text on a white background
contrast 11.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b3607;
Background color
Panel with #4b3607 background
background-color: #4b3607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b3607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 54, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 54, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b3607; background: linear-gradient(135deg, #4b3607, #334B07);