#756421
a dark, vivid yellow · cool · closest name: olive
RGB
117, 100, 33
HSL
48°, 56%, 29%
CMYK
0, 15, 72, 54
Luminance
0.1301
Every format
| HEX | #756421 |
| RGB | rgb(117, 100, 33) |
| HSL | hsl(48, 56%, 29%) |
| CMYK | cmyk(0%, 15%, 72%, 54%) |
| LAB | lab(42.8 -1.3 38.9) |
| LCH | lch(42.8 39.0 92.0) |
| OKLCH | oklch(0.506 0.088 94.7) |
Copy-ready code
/* CSS */
color: #756421;
background-color: #756421;
/* Tailwind (arbitrary) */
class="text-[#756421] bg-[#756421]"
/* SCSS */
$brand: #756421;
/* SwiftUI */
Color(red: 0.459, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#756421")Accessibility — WCAG contrast
Aa
#756421 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#756421 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow71.8%
Key (black)54.1%
Color previews
#756421 text on a black background
contrast 3.60:1
Card sample
#756421 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #756421;
Background color
Panel with #756421 background
background-color: #756421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #756421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #756421; background: linear-gradient(135deg, #756421, #4E7521);