Olive
#A8980B
YellowColor Codes
All color formats for development
HEX
#A8980BRGB
rgb(168, 152, 11)HSL
hsl(54, 88%, 35%)OKLCH
oklch(0.673 0.139 101.7)CMYK
cmyk(0%, 10%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97890A
2#867A09
3#756A07
4#655B06
5#544C05
6#433D04
7#322E03
8#221E02
9#110F01
Tints
Lighter variations
1#C7B40D
2#E6D10F
3#F1DD25
4#F3E244
5#F5E663
6#F7EB82
7#F9F0A2
8#FBF5C1
9#FDFAE0
Tones
Muted variations
1#A09213
2#988C1A
3#908522
4#887F2A
5#817932
6#79723A
7#716C42
8#69664A
9#616051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF5 #FBF5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EE #F8EE91 | BordersInactive statesPlaceholder text |
| 400 | F4E5 #F4E557 | Disabled statesSecondary iconsMuted text |
| 500 | F1DD #F1DD27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3BF #D3BF0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A898 #A8980B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786D #786D08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D46 #4D4605 | Primary textHigh emphasis contentDark headings |
| 950 | 302B #302B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FDFADD;
--olive-200: #FBF5C1;
--olive-300: #F8EE91;
--olive-400: #F4E557;
--olive-500: #F1DD27;
--olive-600: #D3BF0D;
--olive-700: #A8980B;
--olive-800: #786D08;
--olive-900: #4D4605;
--olive-950: #302B03;
}