#726b21
a dark, vivid yellow · cool · closest name: olive
RGB
114, 107, 33
HSL
55°, 55%, 29%
CMYK
0, 6, 71, 55
Luminance
0.1420
Every format
| HEX | #726b21 |
| RGB | rgb(114, 107, 33) |
| HSL | hsl(55, 55%, 29%) |
| CMYK | cmyk(0%, 6%, 71%, 55%) |
| LAB | lab(44.5 -6.8 40.6) |
| LCH | lch(44.5 41.2 99.5) |
| OKLCH | oklch(0.519 0.094 103.9) |
Copy-ready code
/* CSS */
color: #726b21;
background-color: #726b21;
/* Tailwind (arbitrary) */
class="text-[#726b21] bg-[#726b21]"
/* SCSS */
$brand: #726b21;
/* SwiftUI */
Color(red: 0.447, green: 0.420, blue: 0.129)
/* Android */
Color.parseColor("#726b21")Accessibility — WCAG contrast
Aa
#726b21 on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#726b21 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green42.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.1%
Yellow71.1%
Key (black)55.3%
Color previews
#726b21 text on a black background
contrast 3.84:1
Card sample
#726b21 text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #726b21;
Background color
Panel with #726b21 background
background-color: #726b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #726b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 107, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 107, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #726b21; background: linear-gradient(135deg, #726b21, #437221);