Olive
#AE7E04
OrangeColor Codes
All color formats for development
HEX
#AE7E04RGB
rgb(174, 126, 4)HSL
hsl(43, 96%, 35%)OKLCH
oklch(0.624 0.128 81.5)CMYK
cmyk(0%, 28%, 98%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D7203
2#8C6503
3#7A5802
4#694C02
5#573F02
6#463301
7#342601
8#231901
9#110D00
Tints
Lighter variations
1#CF9604
2#F0AD05
3#FABB1C
4#FBC53C
5#FCCF5D
6#FCD87D
7#FDE29E
8#FEECBE
9#FEF5DF
Tones
Muted variations
1#A67B0C
2#9E7715
3#95731D
4#8D7026
5#846C2E
6#7C6837
7#736440
8#6A6148
9#625D51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF5 #FEF5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEC #FEECBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDDD #FDDD8C | BordersInactive statesPlaceholder text |
| 400 | FBCB #FBCB50 | Disabled statesSecondary iconsMuted text |
| 500 | FABC #FABC1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC9F #DC9F04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF7E #AF7E04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D5A #7D5A03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503A #503A02 | Primary textHigh emphasis contentDark headings |
| 950 | 3224 #322401 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FEF5DC;
--olive-200: #FEECBE;
--olive-300: #FDDD8C;
--olive-400: #FBCB50;
--olive-500: #FABC1E;
--olive-600: #DC9F04;
--olive-700: #AF7E04;
--olive-800: #7D5A03;
--olive-900: #503A02;
--olive-950: #322401;
}