#534c21
a deep, soft yellow · cool · closest name: darkslategray
RGB
83, 76, 33
HSL
52°, 43%, 23%
CMYK
0, 8, 60, 68
Luminance
0.0712
Every format
| HEX | #534c21 |
| RGB | rgb(83, 76, 33) |
| HSL | hsl(52, 43%, 23%) |
| CMYK | cmyk(0%, 8%, 60%, 68%) |
| LAB | lab(32.1 -3.5 26.2) |
| LCH | lch(32.1 26.5 97.6) |
| OKLCH | oklch(0.413 0.062 100.2) |
Copy-ready code
/* CSS */
color: #534c21;
background-color: #534c21;
/* Tailwind (arbitrary) */
class="text-[#534c21] bg-[#534c21]"
/* SCSS */
$brand: #534c21;
/* SwiftUI */
Color(red: 0.325, green: 0.298, blue: 0.129)
/* Android */
Color.parseColor("#534c21")Accessibility — WCAG contrast
Aa
#534c21 on white: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#534c21 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green29.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow60.2%
Key (black)67.5%
Color previews
#534c21 text on a black background
contrast 2.42:1
Card sample
#534c21 text on a white background
contrast 8.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #534c21;
Background color
Panel with #534c21 background
background-color: #534c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #534c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 76, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 76, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #534c21; background: linear-gradient(135deg, #534c21, #395321);