#735e21
a dark, vivid yellow · warm · closest name: olive
RGB
115, 94, 33
HSL
45°, 55%, 29%
CMYK
0, 18, 71, 55
Luminance
0.1176
Every format
| HEX | #735e21 |
| RGB | rgb(115, 94, 33) |
| HSL | hsl(45, 55%, 29%) |
| CMYK | cmyk(0%, 18%, 71%, 55%) |
| LAB | lab(40.8 1.2 36.9) |
| LCH | lch(40.8 36.9 88.1) |
| OKLCH | oklch(0.490 0.083 89.8) |
Copy-ready code
/* CSS */
color: #735e21;
background-color: #735e21;
/* Tailwind (arbitrary) */
class="text-[#735e21] bg-[#735e21]"
/* SCSS */
$brand: #735e21;
/* SwiftUI */
Color(red: 0.451, green: 0.369, blue: 0.129)
/* Android */
Color.parseColor("#735e21")Accessibility — WCAG contrast
Aa
#735e21 on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#735e21 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green36.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow71.3%
Key (black)54.9%
Color previews
#735e21 text on a black background
contrast 3.35:1
Card sample
#735e21 text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #735e21;
Background color
Panel with #735e21 background
background-color: #735e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #735e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 94, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 94, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #735e21; background: linear-gradient(135deg, #735e21, #517321);