#717607
a deep, electric yellow · cool · closest name: olive
RGB
113, 118, 7
HSL
63°, 89%, 25%
CMYK
4, 0, 94, 54
Luminance
0.1648
Every format
| HEX | #717607 |
| RGB | rgb(113, 118, 7) |
| HSL | hsl(63, 89%, 25%) |
| CMYK | cmyk(4%, 0%, 94%, 54%) |
| LAB | lab(47.6 -14.4 51.5) |
| LCH | lch(47.6 53.5 105.6) |
| OKLCH | oklch(0.543 0.119 112.7) |
Copy-ready code
/* CSS */
color: #717607;
background-color: #717607;
/* Tailwind (arbitrary) */
class="text-[#717607] bg-[#717607]"
/* SCSS */
$brand: #717607;
/* SwiftUI */
Color(red: 0.443, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#717607")Accessibility — WCAG contrast
Aa
#717607 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#717607 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green46.3%
Blue2.7%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#717607 text on a black background
contrast 4.30:1
Card sample
#717607 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #717607;
Background color
Panel with #717607 background
background-color: #717607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #717607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #717607; background: linear-gradient(135deg, #717607, #277607);