#726321
a dark, vivid yellow · cool · closest name: olive
RGB
114, 99, 33
HSL
49°, 55%, 29%
CMYK
0, 13, 71, 55
Luminance
0.1261
Every format
| HEX | #726321 |
| RGB | rgb(114, 99, 33) |
| HSL | hsl(49, 55%, 29%) |
| CMYK | cmyk(0%, 13%, 71%, 55%) |
| LAB | lab(42.2 -2.2 38.2) |
| LCH | lch(42.2 38.3 93.3) |
| OKLCH | oklch(0.501 0.086 96.2) |
Copy-ready code
/* CSS */
color: #726321;
background-color: #726321;
/* Tailwind (arbitrary) */
class="text-[#726321] bg-[#726321]"
/* SCSS */
$brand: #726321;
/* SwiftUI */
Color(red: 0.447, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#726321")Accessibility — WCAG contrast
Aa
#726321 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#726321 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow71.1%
Key (black)55.3%
Color previews
#726321 text on a black background
contrast 3.52:1
Card sample
#726321 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #726321;
Background color
Panel with #726321 background
background-color: #726321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #726321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #726321; background: linear-gradient(135deg, #726321, #4B7221);