#726913
a dark, vivid yellow · cool · closest name: olive
RGB
114, 105, 19
HSL
54°, 71%, 26%
CMYK
0, 8, 83, 55
Luminance
0.1373
Every format
| HEX | #726913 |
| RGB | rgb(114, 105, 19) |
| HSL | hsl(54, 71%, 26%) |
| CMYK | cmyk(0%, 8%, 83%, 55%) |
| LAB | lab(43.8 -6.3 45.4) |
| LCH | lch(43.8 45.8 98.0) |
| OKLCH | oklch(0.514 0.101 103.0) |
Copy-ready code
/* CSS */
color: #726913;
background-color: #726913;
/* Tailwind (arbitrary) */
class="text-[#726913] bg-[#726913]"
/* SCSS */
$brand: #726913;
/* SwiftUI */
Color(red: 0.447, green: 0.412, blue: 0.075)
/* Android */
Color.parseColor("#726913")Accessibility — WCAG contrast
Aa
#726913 on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#726913 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green41.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow83.3%
Key (black)55.3%
Color previews
#726913 text on a black background
contrast 3.75:1
Card sample
#726913 text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #726913;
Background color
Panel with #726913 background
background-color: #726913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #726913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 105, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 105, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #726913; background: linear-gradient(135deg, #726913, #3C7213);