#726331
a dark, soft yellow · cool · closest name: olive
RGB
114, 99, 49
HSL
46°, 40%, 32%
CMYK
0, 13, 57, 55
Luminance
0.1272
Every format
| HEX | #726331 |
| RGB | rgb(114, 99, 49) |
| HSL | hsl(46, 40%, 32%) |
| CMYK | cmyk(0%, 13%, 57%, 55%) |
| LAB | lab(42.3 -0.9 30.3) |
| LCH | lch(42.3 30.3 91.8) |
| OKLCH | oklch(0.503 0.071 93.0) |
Copy-ready code
/* CSS */
color: #726331;
background-color: #726331;
/* Tailwind (arbitrary) */
class="text-[#726331] bg-[#726331]"
/* SCSS */
$brand: #726331;
/* SwiftUI */
Color(red: 0.447, green: 0.388, blue: 0.192)
/* Android */
Color.parseColor("#726331")Accessibility — WCAG contrast
Aa
#726331 on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#726331 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green38.8%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow57.0%
Key (black)55.3%
Color previews
#726331 text on a black background
contrast 3.54:1
Card sample
#726331 text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #726331;
Background color
Panel with #726331 background
background-color: #726331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #726331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 99, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 99, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #726331; background: linear-gradient(135deg, #726331, #567231);