#53451c
a deep, vivid yellow · warm · closest name: darkslategray
RGB
83, 69, 28
HSL
45°, 50%, 22%
CMYK
0, 17, 66, 68
Luminance
0.0618
Every format
| HEX | #53451c |
| RGB | rgb(83, 69, 28) |
| HSL | hsl(45, 50%, 22%) |
| CMYK | cmyk(0%, 17%, 66%, 68%) |
| LAB | lab(29.9 0.4 26.5) |
| LCH | lch(29.9 26.5 89.2) |
| OKLCH | oklch(0.396 0.061 90.5) |
Copy-ready code
/* CSS */
color: #53451c;
background-color: #53451c;
/* Tailwind (arbitrary) */
class="text-[#53451c] bg-[#53451c]"
/* SCSS */
$brand: #53451c;
/* SwiftUI */
Color(red: 0.325, green: 0.271, blue: 0.110)
/* Android */
Color.parseColor("#53451c")Accessibility — WCAG contrast
Aa
#53451c on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#53451c on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green27.1%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow66.3%
Key (black)67.5%
Color previews
#53451c text on a black background
contrast 2.24:1
Card sample
#53451c text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53451c;
Background color
Panel with #53451c background
background-color: #53451c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53451c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 69, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 69, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53451c; background: linear-gradient(135deg, #53451c, #3C531C);