#735a21
a dark, vivid yellow · warm · closest name: sienna
RGB
115, 90, 33
HSL
42°, 55%, 29%
CMYK
0, 22, 71, 55
Luminance
0.1107
Every format
| HEX | #735a21 |
| RGB | rgb(115, 90, 33) |
| HSL | hsl(42, 55%, 29%) |
| CMYK | cmyk(0%, 22%, 71%, 55%) |
| LAB | lab(39.7 3.6 35.6) |
| LCH | lch(39.7 35.8 84.2) |
| OKLCH | oklch(0.481 0.081 84.9) |
Copy-ready code
/* CSS */
color: #735a21;
background-color: #735a21;
/* Tailwind (arbitrary) */
class="text-[#735a21] bg-[#735a21]"
/* SCSS */
$brand: #735a21;
/* SwiftUI */
Color(red: 0.451, green: 0.353, blue: 0.129)
/* Android */
Color.parseColor("#735a21")Accessibility — WCAG contrast
Aa
#735a21 on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#735a21 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green35.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow71.3%
Key (black)54.9%
Color previews
#735a21 text on a black background
contrast 3.21:1
Card sample
#735a21 text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #735a21;
Background color
Panel with #735a21 background
background-color: #735a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #735a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 90, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 90, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #735a21; background: linear-gradient(135deg, #735a21, #557321);