Olive
#806200
YellowColor Codes
All color formats for development
HEX
#806200RGB
rgb(128, 98, 0)HSL
hsl(46, 100%, 25%)OKLCH
oklch(0.512 0.105 87.6)CMYK
cmyk(0%, 23%, 100%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#735800
2#664E00
3#594400
4#4D3B00
5#403100
6#332700
7#261D00
8#1A1400
9#0D0A00
Tints
Lighter variations
1#A67F00
2#CC9C00
3#F2BA00
4#FFC91A
5#FFD240
6#FFDB66
7#FFE48C
8#FFEDB3
9#FFF6D9
Tones
Muted variations
1#795E06
2#735B0D
3#6C5813
4#665419
5#605120
6#594D26
7#534A2D
8#4D4733
9#464339
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF7 #FFF7DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF0 #FFF0BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE4 #FFE48A | BordersInactive statesPlaceholder text |
| 400 | FFD5 #FFD54D | Disabled statesSecondary iconsMuted text |
| 500 | FFC9 #FFC91A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0AC #E0AC00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B389 #B38900 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8062 #806200 | Text on light backgroundsHeadingsStrong borders |
| 900 | 523F #523F00 | Primary textHigh emphasis contentDark headings |
| 950 | 3327 #332700 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FFF7DB;
--olive-200: #FFF0BD;
--olive-300: #FFE48A;
--olive-400: #FFD54D;
--olive-500: #FFC91A;
--olive-600: #E0AC00;
--olive-700: #B38900;
--olive-800: #806200;
--olive-900: #523F00;
--olive-950: #332700;
}