Olive
#AA8F08
YellowColor Codes
All color formats for development
HEX
#AA8F08RGB
rgb(170, 143, 8)HSL
hsl(50, 91%, 35%)OKLCH
oklch(0.655 0.133 95.3)CMYK
cmyk(0%, 16%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#998107
2#887306
3#776406
4#665605
5#554804
6#443903
7#332B02
8#221D02
9#110E01
Tints
Lighter variations
1#CAAA0A
2#EAC50B
3#F5D121
4#F6D841
5#F8DE61
6#F9E580
7#FBEBA0
8#FCF2C0
9#FEF8DF
Tones
Muted variations
1#A28A10
2#9A8518
3#927F20
4#8A7A29
5#827431
6#7A6F39
7#726941
8#696449
9#615F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF2 #FCF2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE8 #FAE88F | BordersInactive statesPlaceholder text |
| 400 | F7DC #F7DC55 | Disabled statesSecondary iconsMuted text |
| 500 | F5D2 #F5D224 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6B4 #D6B40A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA8F #AA8F08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A66 #7A6606 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E42 #4E4204 | Primary textHigh emphasis contentDark headings |
| 950 | 3129 #312902 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FDF8DD;
--olive-200: #FCF2C0;
--olive-300: #FAE88F;
--olive-400: #F7DC55;
--olive-500: #F5D224;
--olive-600: #D6B40A;
--olive-700: #AA8F08;
--olive-800: #7A6606;
--olive-900: #4E4204;
--olive-950: #312902;
}