Olive
#AF8704
YellowColor Codes
All color formats for development
HEX
#AF8704RGB
rgb(175, 135, 4)HSL
hsl(46, 96%, 35%)OKLCH
oklch(0.644 0.131 87.4)CMYK
cmyk(0%, 23%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D7903
2#8C6C03
3#7A5E02
4#695102
5#574302
6#463601
7#342801
8#231B01
9#110D00
Tints
Lighter variations
1#CFA004
2#F0B905
3#FAC61C
4#FBCE3C
5#FCD75D
6#FCDF7D
7#FDE79E
8#FEEFBE
9#FEF7DF
Tones
Muted variations
1#A6820C
2#9E7E15
3#95791D
4#8D7526
5#84702E
6#7C6C37
7#736740
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 | FEEF #FEEFBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE2 #FDE28C | BordersInactive statesPlaceholder text |
| 400 | FBD3 #FBD350 | Disabled statesSecondary iconsMuted text |
| 500 | FAC7 #FAC71E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCAA #DCAA04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF87 #AF8704 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D60 #7D6003 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503E #503E02 | Primary textHigh emphasis contentDark headings |
| 950 | 3227 #322701 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FEF6DC;
--olive-200: #FEEFBE;
--olive-300: #FDE28C;
--olive-400: #FBD350;
--olive-500: #FAC71E;
--olive-600: #DCAA04;
--olive-700: #AF8704;
--olive-800: #7D6003;
--olive-900: #503E02;
--olive-950: #322701;
}