Olive
#AF8404
YellowColor Codes
All color formats for development
HEX
#AF8404RGB
rgb(175, 132, 4)HSL
hsl(45, 96%, 35%)OKLCH
oklch(0.638 0.13 85.3)CMYK
cmyk(0%, 25%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D7703
2#8C6A03
3#7A5C02
4#694F02
5#574202
6#463501
7#342801
8#231A01
9#110D00
Tints
Lighter variations
1#CF9D04
2#F0B505
3#FAC31C
4#FBCB3C
5#FCD45D
6#FCDD7D
7#FDE59E
8#FEEEBE
9#FEF6DF
Tones
Muted variations
1#A6800C
2#9E7C15
3#95771D
4#8D7326
5#846F2E
6#7C6A37
7#736640
8#6A6248
9#625E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEE #FEEEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE1 #FDE18C | BordersInactive statesPlaceholder text |
| 400 | FBD1 #FBD150 | Disabled statesSecondary iconsMuted text |
| 500 | FAC3 #FAC31E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCA6 #DCA604 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF84 #AF8404 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D5E #7D5E03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503C #503C02 | Primary textHigh emphasis contentDark headings |
| 950 | 3226 #322601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FEF6DC;
--olive-200: #FEEEBE;
--olive-300: #FDE18C;
--olive-400: #FBD150;
--olive-500: #FAC31E;
--olive-600: #DCA604;
--olive-700: #AF8404;
--olive-800: #7D5E03;
--olive-900: #503C02;
--olive-950: #322601;
}