#818107
a dark, electric yellow · cool · “olive”
RGB
129, 129, 7
HSL
60°, 90%, 27%
CMYK
0, 0, 95, 49
Luminance
0.2038
Every format
| HEX | #818107 |
| RGB | rgb(129, 129, 7) |
| HSL | hsl(60, 90%, 27%) |
| CMYK | cmyk(0%, 0%, 95%, 49%) |
| LAB | lab(52.3 -12.9 55.7) |
| LCH | lch(52.3 57.2 103.0) |
| OKLCH | oklch(0.584 0.125 109.7) |
Copy-ready code
/* CSS */
color: #818107;
background-color: #818107;
/* Tailwind (arbitrary) */
class="text-[#818107] bg-[#818107]"
/* SCSS */
$brand: #818107;
/* SwiftUI */
Color(red: 0.506, green: 0.506, blue: 0.027)
/* Android */
Color.parseColor("#818107")Accessibility — WCAG contrast
Aa
#818107 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#818107 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green50.6%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow94.6%
Key (black)49.4%
Color previews
#818107 text on a black background
contrast 5.08:1
Card sample
#818107 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #818107;
Background color
Panel with #818107 background
background-color: #818107;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #818107;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 129, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 129, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #818107; background: linear-gradient(135deg, #818107, #308107);