#53440c
a deep, vivid yellow · cool · closest name: sienna
RGB
83, 68, 12
HSL
47°, 75%, 19%
CMYK
0, 18, 86, 68
Luminance
0.0600
Every format
| HEX | #53440c |
| RGB | rgb(83, 68, 12) |
| HSL | hsl(47, 75%, 19%) |
| CMYK | cmyk(0%, 18%, 86%, 68%) |
| LAB | lab(29.4 -0.0 33.7) |
| LCH | lch(29.4 33.7 90.0) |
| OKLCH | oklch(0.392 0.073 93.0) |
Copy-ready code
/* CSS */
color: #53440c;
background-color: #53440c;
/* Tailwind (arbitrary) */
class="text-[#53440c] bg-[#53440c]"
/* SCSS */
$brand: #53440c;
/* SwiftUI */
Color(red: 0.325, green: 0.267, blue: 0.047)
/* Android */
Color.parseColor("#53440c")Accessibility — WCAG contrast
Aa
#53440c on white: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#53440c on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green26.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow85.5%
Key (black)67.5%
Color previews
#53440c text on a black background
contrast 2.20:1
Card sample
#53440c text on a white background
contrast 9.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53440c;
Background color
Panel with #53440c background
background-color: #53440c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53440c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 68, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 68, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53440c; background: linear-gradient(135deg, #53440c, #33530C);