#717321
a dark, vivid yellow · cool · closest name: olive
RGB
113, 115, 33
HSL
62°, 55%, 29%
CMYK
2, 0, 71, 55
Luminance
0.1588
Every format
| HEX | #717321 |
| RGB | rgb(113, 115, 33) |
| HSL | hsl(62, 55%, 29%) |
| CMYK | cmyk(2%, 0%, 71%, 55%) |
| LAB | lab(46.8 -11.7 42.9) |
| LCH | lch(46.8 44.5 105.3) |
| OKLCH | oklch(0.537 0.103 110.8) |
Copy-ready code
/* CSS */
color: #717321;
background-color: #717321;
/* Tailwind (arbitrary) */
class="text-[#717321] bg-[#717321]"
/* SCSS */
$brand: #717321;
/* SwiftUI */
Color(red: 0.443, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#717321")Accessibility — WCAG contrast
Aa
#717321 on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#717321 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green45.1%
Blue12.9%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow71.3%
Key (black)54.9%
Color previews
#717321 text on a black background
contrast 4.18:1
Card sample
#717321 text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #717321;
Background color
Panel with #717321 background
background-color: #717321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #717321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #717321; background: linear-gradient(135deg, #717321, #3A7321);