#726e21
a dark, vivid yellow · cool · closest name: olive
RGB
114, 110, 33
HSL
57°, 55%, 29%
CMYK
0, 4, 71, 55
Luminance
0.1484
Every format
| HEX | #726e21 |
| RGB | rgb(114, 110, 33) |
| HSL | hsl(57, 55%, 29%) |
| CMYK | cmyk(0%, 4%, 71%, 55%) |
| LAB | lab(45.4 -8.5 41.5) |
| LCH | lch(45.4 42.4 101.6) |
| OKLCH | oklch(0.526 0.097 106.4) |
Copy-ready code
/* CSS */
color: #726e21;
background-color: #726e21;
/* Tailwind (arbitrary) */
class="text-[#726e21] bg-[#726e21]"
/* SCSS */
$brand: #726e21;
/* SwiftUI */
Color(red: 0.447, green: 0.431, blue: 0.129)
/* Android */
Color.parseColor("#726e21")Accessibility — WCAG contrast
Aa
#726e21 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#726e21 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green43.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow71.1%
Key (black)55.3%
Color previews
#726e21 text on a black background
contrast 3.97:1
Card sample
#726e21 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #726e21;
Background color
Panel with #726e21 background
background-color: #726e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #726e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 110, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 110, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #726e21; background: linear-gradient(135deg, #726e21, #407221);