#726708
a deep, electric yellow · cool · closest name: olive
RGB
114, 103, 8
HSL
54°, 87%, 24%
CMYK
0, 10, 93, 55
Luminance
0.1330
Every format
| HEX | #726708 |
| RGB | rgb(114, 103, 8) |
| HSL | hsl(54, 87%, 24%) |
| CMYK | cmyk(0%, 10%, 93%, 55%) |
| LAB | lab(43.2 -5.5 47.8) |
| LCH | lch(43.2 48.1 96.6) |
| OKLCH | oklch(0.508 0.104 101.8) |
Copy-ready code
/* CSS */
color: #726708;
background-color: #726708;
/* Tailwind (arbitrary) */
class="text-[#726708] bg-[#726708]"
/* SCSS */
$brand: #726708;
/* SwiftUI */
Color(red: 0.447, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#726708")Accessibility — WCAG contrast
Aa
#726708 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#726708 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow93.0%
Key (black)55.3%
Color previews
#726708 text on a black background
contrast 3.66:1
Card sample
#726708 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #726708;
Background color
Panel with #726708 background
background-color: #726708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #726708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #726708; background: linear-gradient(135deg, #726708, #367208);