#817607
a dark, electric yellow · cool · closest name: olive
RGB
129, 118, 7
HSL
55°, 90%, 27%
CMYK
0, 9, 95, 49
Luminance
0.1764
Every format
| HEX | #817607 |
| RGB | rgb(129, 118, 7) |
| HSL | hsl(55, 90%, 27%) |
| CMYK | cmyk(0%, 9%, 95%, 49%) |
| LAB | lab(49.1 -6.8 53.2) |
| LCH | lch(49.1 53.7 97.3) |
| OKLCH | oklch(0.558 0.115 102.8) |
Copy-ready code
/* CSS */
color: #817607;
background-color: #817607;
/* Tailwind (arbitrary) */
class="text-[#817607] bg-[#817607]"
/* SCSS */
$brand: #817607;
/* SwiftUI */
Color(red: 0.506, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#817607")Accessibility — WCAG contrast
Aa
#817607 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#817607 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow94.6%
Key (black)49.4%
Color previews
#817607 text on a black background
contrast 4.53:1
Card sample
#817607 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #817607;
Background color
Panel with #817607 background
background-color: #817607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #817607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #817607; background: linear-gradient(135deg, #817607, #3B8107);