#717733
a dark, soft yellow · cool · closest name: olive
RGB
113, 119, 51
HSL
65°, 40%, 33%
CMYK
5, 0, 57, 53
Luminance
0.1694
Every format
| HEX | #717733 |
| RGB | rgb(113, 119, 51) |
| HSL | hsl(65, 40%, 33%) |
| CMYK | cmyk(5%, 0%, 57%, 53%) |
| LAB | lab(48.2 -12.6 36.0) |
| LCH | lch(48.2 38.1 109.3) |
| OKLCH | oklch(0.549 0.092 113.6) |
Copy-ready code
/* CSS */
color: #717733;
background-color: #717733;
/* Tailwind (arbitrary) */
class="text-[#717733] bg-[#717733]"
/* SCSS */
$brand: #717733;
/* SwiftUI */
Color(red: 0.443, green: 0.467, blue: 0.200)
/* Android */
Color.parseColor("#717733")Accessibility — WCAG contrast
Aa
#717733 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#717733 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green46.7%
Blue20.0%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow57.1%
Key (black)53.3%
Color previews
#717733 text on a black background
contrast 4.39:1
Card sample
#717733 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #717733;
Background color
Panel with #717733 background
background-color: #717733;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #717733;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 119, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 119, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #717733; background: linear-gradient(135deg, #717733, #447733);