#726021
a dark, vivid yellow · cool · closest name: olive
RGB
114, 96, 33
HSL
47°, 55%, 29%
CMYK
0, 16, 71, 55
Luminance
0.1205
Every format
| HEX | #726021 |
| RGB | rgb(114, 96, 33) |
| HSL | hsl(47, 55%, 29%) |
| CMYK | cmyk(0%, 16%, 71%, 55%) |
| LAB | lab(41.3 -0.4 37.3) |
| LCH | lch(41.3 37.3 90.7) |
| OKLCH | oklch(0.494 0.084 93.0) |
Copy-ready code
/* CSS */
color: #726021;
background-color: #726021;
/* Tailwind (arbitrary) */
class="text-[#726021] bg-[#726021]"
/* SCSS */
$brand: #726021;
/* SwiftUI */
Color(red: 0.447, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#726021")Accessibility — WCAG contrast
Aa
#726021 on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#726021 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.8%
Yellow71.1%
Key (black)55.3%
Color previews
#726021 text on a black background
contrast 3.41:1
Card sample
#726021 text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #726021;
Background color
Panel with #726021 background
background-color: #726021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #726021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #726021; background: linear-gradient(135deg, #726021, #4E7221);