#4b4414
a deep, vivid yellow · cool · closest name: darkslategray
RGB
75, 68, 20
HSL
52°, 58%, 19%
CMYK
0, 9, 73, 71
Luminance
0.0568
Every format
| HEX | #4b4414 |
| RGB | rgb(75, 68, 20) |
| HSL | hsl(52, 58%, 19%) |
| CMYK | cmyk(0%, 9%, 73%, 71%) |
| LAB | lab(28.6 -3.7 29.1) |
| LCH | lch(28.6 29.3 97.2) |
| OKLCH | oklch(0.383 0.067 100.9) |
Copy-ready code
/* CSS */
color: #4b4414;
background-color: #4b4414;
/* Tailwind (arbitrary) */
class="text-[#4b4414] bg-[#4b4414]"
/* SCSS */
$brand: #4b4414;
/* SwiftUI */
Color(red: 0.294, green: 0.267, blue: 0.078)
/* Android */
Color.parseColor("#4b4414")Accessibility — WCAG contrast
Aa
#4b4414 on white: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b4414 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green26.7%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow73.3%
Key (black)70.6%
Color previews
#4b4414 text on a black background
contrast 2.14:1
Card sample
#4b4414 text on a white background
contrast 9.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b4414;
Background color
Panel with #4b4414 background
background-color: #4b4414;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b4414;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 68, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 68, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b4414; background: linear-gradient(135deg, #4b4414, #2D4B14);