#755921
a dark, vivid yellow · warm · closest name: sienna
RGB
117, 89, 33
HSL
40°, 56%, 29%
CMYK
0, 24, 72, 54
Luminance
0.1104
Every format
| HEX | #755921 |
| RGB | rgb(117, 89, 33) |
| HSL | hsl(40, 56%, 29%) |
| CMYK | cmyk(0%, 24%, 72%, 54%) |
| LAB | lab(39.6 5.2 35.7) |
| LCH | lch(39.6 36.0 81.8) |
| OKLCH | oklch(0.482 0.081 81.8) |
Copy-ready code
/* CSS */
color: #755921;
background-color: #755921;
/* Tailwind (arbitrary) */
class="text-[#755921] bg-[#755921]"
/* SCSS */
$brand: #755921;
/* SwiftUI */
Color(red: 0.459, green: 0.349, blue: 0.129)
/* Android */
Color.parseColor("#755921")Accessibility — WCAG contrast
Aa
#755921 on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#755921 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green34.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow71.8%
Key (black)54.1%
Color previews
#755921 text on a black background
contrast 3.21:1
Card sample
#755921 text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #755921;
Background color
Panel with #755921 background
background-color: #755921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #755921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 89, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 89, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #755921; background: linear-gradient(135deg, #755921, #597521);