Olive
#806400
YellowColor Codes
All color formats for development
HEX
#806400RGB
rgb(128, 100, 0)HSL
hsl(47, 100%, 25%)OKLCH
oklch(0.517 0.106 89.4)CMYK
cmyk(0%, 22%, 100%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#735A00
2#665000
3#594600
4#4D3C00
5#403200
6#332800
7#261E00
8#1A1400
9#0D0A00
Tints
Lighter variations
1#A68200
2#CCA000
3#F2BE00
4#FFCD1A
5#FFD640
6#FFDE66
7#FFE68C
8#FFEEB3
9#FFF7D9
Tones
Muted variations
1#796006
2#735D0D
3#6C5913
4#665519
5#605220
6#594E26
7#534B2D
8#4D4733
9#464339
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF7 #FFF7DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF1 #FFF1BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE6 #FFE68A | BordersInactive statesPlaceholder text |
| 400 | FFD8 #FFD84D | Disabled statesSecondary iconsMuted text |
| 500 | FFCD #FFCD1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0B0 #E0B000 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B38C #B38C00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8064 #806400 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5240 #524000 | Primary textHigh emphasis contentDark headings |
| 950 | 3328 #332800 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FFF7DB;
--olive-200: #FFF1BD;
--olive-300: #FFE68A;
--olive-400: #FFD84D;
--olive-500: #FFCD1A;
--olive-600: #E0B000;
--olive-700: #B38C00;
--olive-800: #806400;
--olive-900: #524000;
--olive-950: #332800;
}