#726921
a dark, vivid yellow · cool · closest name: olive
RGB
114, 105, 33
HSL
53°, 55%, 29%
CMYK
0, 8, 71, 55
Luminance
0.1379
Every format
| HEX | #726921 |
| RGB | rgb(114, 105, 33) |
| HSL | hsl(53, 55%, 29%) |
| CMYK | cmyk(0%, 8%, 71%, 55%) |
| LAB | lab(43.9 -5.7 40.0) |
| LCH | lch(43.9 40.4 98.0) |
| OKLCH | oklch(0.515 0.092 102.1) |
Copy-ready code
/* CSS */
color: #726921;
background-color: #726921;
/* Tailwind (arbitrary) */
class="text-[#726921] bg-[#726921]"
/* SCSS */
$brand: #726921;
/* SwiftUI */
Color(red: 0.447, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#726921")Accessibility — WCAG contrast
Aa
#726921 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#726921 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green41.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow71.1%
Key (black)55.3%
Color previews
#726921 text on a black background
contrast 3.76:1
Card sample
#726921 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #726921;
Background color
Panel with #726921 background
background-color: #726921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #726921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #726921; background: linear-gradient(135deg, #726921, #457221);