#816700
a dark, electric yellow · cool · closest name: olive
RGB
129, 103, 0
HSL
48°, 100%, 25%
CMYK
0, 20, 100, 49
Luminance
0.1437
Every format
| HEX | #816700 |
| RGB | rgb(129, 103, 0) |
| HSL | hsl(48, 100%, 25%) |
| CMYK | cmyk(0%, 20%, 100%, 49%) |
| LAB | lab(44.8 1.6 51.6) |
| LCH | lch(44.8 51.6 88.3) |
| OKLCH | oklch(0.524 0.107 91.4) |
Copy-ready code
/* CSS */
color: #816700;
background-color: #816700;
/* Tailwind (arbitrary) */
class="text-[#816700] bg-[#816700]"
/* SCSS */
$brand: #816700;
/* SwiftUI */
Color(red: 0.506, green: 0.404, blue: 0.000)
/* Android */
Color.parseColor("#816700")Accessibility — WCAG contrast
Aa
#816700 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#816700 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green40.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow100.0%
Key (black)49.4%
Color previews
#816700 text on a black background
contrast 3.87:1
Card sample
#816700 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #816700;
Background color
Panel with #816700 background
background-color: #816700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #816700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 103, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 103, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #816700; background: linear-gradient(135deg, #816700, #458100);