Olive
#AE7804
OrangeColor Codes
All color formats for development
HEX
#AE7804RGB
rgb(174, 120, 4)HSL
hsl(41, 96%, 35%)OKLCH
oklch(0.612 0.127 77)CMYK
cmyk(0%, 31%, 98%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D6D03
2#8C6103
3#7A5402
4#694802
5#573C02
6#463001
7#342401
8#231801
9#110C00
Tints
Lighter variations
1#CF8F04
2#F0A505
3#FAB41C
4#FBBF3C
5#FCC95D
6#FCD47D
7#FDDF9E
8#FEEABE
9#FEF4DF
Tones
Muted variations
1#A6760C
2#9E7215
3#956F1D
4#8D6C26
5#84692E
6#7C6637
7#736340
8#6A6048
9#625C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF3 #FEF3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEA #FEEABE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD9 #FDD98C | BordersInactive statesPlaceholder text |
| 400 | FBC5 #FBC550 | Disabled statesSecondary iconsMuted text |
| 500 | FAB5 #FAB51E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC98 #DC9804 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF79 #AF7904 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D56 #7D5603 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5037 #503702 | Primary textHigh emphasis contentDark headings |
| 950 | 3222 #322201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FEF3DC;
--olive-200: #FEEABE;
--olive-300: #FDD98C;
--olive-400: #FBC550;
--olive-500: #FAB51E;
--olive-600: #DC9804;
--olive-700: #AF7904;
--olive-800: #7D5603;
--olive-900: #503702;
--olive-950: #322201;
}