#726413
a dark, vivid yellow · cool · closest name: olive
RGB
114, 100, 19
HSL
51°, 71%, 26%
CMYK
0, 12, 83, 55
Luminance
0.1274
Every format
| HEX | #726413 |
| RGB | rgb(114, 100, 19) |
| HSL | hsl(51, 71%, 26%) |
| CMYK | cmyk(0%, 12%, 83%, 55%) |
| LAB | lab(42.4 -3.5 44.1) |
| LCH | lch(42.4 44.2 94.5) |
| OKLCH | oklch(0.502 0.097 98.7) |
Copy-ready code
/* CSS */
color: #726413;
background-color: #726413;
/* Tailwind (arbitrary) */
class="text-[#726413] bg-[#726413]"
/* SCSS */
$brand: #726413;
/* SwiftUI */
Color(red: 0.447, green: 0.392, blue: 0.075)
/* Android */
Color.parseColor("#726413")Accessibility — WCAG contrast
Aa
#726413 on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#726413 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green39.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow83.3%
Key (black)55.3%
Color previews
#726413 text on a black background
contrast 3.55:1
Card sample
#726413 text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #726413;
Background color
Panel with #726413 background
background-color: #726413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #726413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 100, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 100, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #726413; background: linear-gradient(135deg, #726413, #417213);