#717021
a dark, vivid yellow · cool · closest name: olive
RGB
113, 112, 33
HSL
59°, 55%, 29%
CMYK
0, 1, 71, 56
Luminance
0.1521
Every format
| HEX | #717021 |
| RGB | rgb(113, 112, 33) |
| HSL | hsl(59, 55%, 29%) |
| CMYK | cmyk(0%, 1%, 71%, 56%) |
| LAB | lab(45.9 -10.1 42.0) |
| LCH | lch(45.9 43.2 103.5) |
| OKLCH | oklch(0.530 0.099 108.6) |
Copy-ready code
/* CSS */
color: #717021;
background-color: #717021;
/* Tailwind (arbitrary) */
class="text-[#717021] bg-[#717021]"
/* SCSS */
$brand: #717021;
/* SwiftUI */
Color(red: 0.443, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#717021")Accessibility — WCAG contrast
Aa
#717021 on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#717021 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.9%
Yellow70.8%
Key (black)55.7%
Color previews
#717021 text on a black background
contrast 4.04:1
Card sample
#717021 text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #717021;
Background color
Panel with #717021 background
background-color: #717021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #717021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #717021; background: linear-gradient(135deg, #717021, #3D7121);