#726f13
a dark, vivid yellow · cool · closest name: olive
RGB
114, 111, 19
HSL
58°, 71%, 26%
CMYK
0, 3, 83, 55
Luminance
0.1499
Every format
| HEX | #726f13 |
| RGB | rgb(114, 111, 19) |
| HSL | hsl(58, 71%, 26%) |
| CMYK | cmyk(0%, 3%, 83%, 55%) |
| LAB | lab(45.6 -9.7 47.0) |
| LCH | lch(45.6 48.0 101.7) |
| OKLCH | oklch(0.528 0.107 107.6) |
Copy-ready code
/* CSS */
color: #726f13;
background-color: #726f13;
/* Tailwind (arbitrary) */
class="text-[#726f13] bg-[#726f13]"
/* SCSS */
$brand: #726f13;
/* SwiftUI */
Color(red: 0.447, green: 0.435, blue: 0.075)
/* Android */
Color.parseColor("#726f13")Accessibility — WCAG contrast
Aa
#726f13 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#726f13 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green43.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow83.3%
Key (black)55.3%
Color previews
#726f13 text on a black background
contrast 4.00:1
Card sample
#726f13 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #726f13;
Background color
Panel with #726f13 background
background-color: #726f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #726f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 111, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 111, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #726f13; background: linear-gradient(135deg, #726f13, #367213);