Olive
#A9990A
YellowColor Codes
All color formats for development
HEX
#A9990ARGB
rgb(169, 153, 10)HSL
hsl(54, 89%, 35%)OKLCH
oklch(0.676 0.14 101.8)CMYK
cmyk(0%, 9%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#988A09
2#877A08
3#766B07
4#655C06
5#544C05
6#433D04
7#332E03
8#221F02
9#110F01
Tints
Lighter variations
1#C8B50C
2#E7D20D
3#F2DE24
4#F4E243
5#F6E762
6#F8EC82
7#FAF1A1
8#FBF5C0
9#FDFAE0
Tones
Muted variations
1#A19212
2#998C1A
3#918622
4#897F2A
5#817932
6#797339
7#716C41
8#696649
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 #FBF5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9EE #F9EE90 | BordersInactive statesPlaceholder text |
| 400 | F5E5 #F5E556 | Disabled statesSecondary iconsMuted text |
| 500 | F2DE #F2DE26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4C0 #D4C00C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A999 #A9990A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786D #786D07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D46 #4D4604 | Primary textHigh emphasis contentDark headings |
| 950 | 302C #302C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FDFADD;
--olive-200: #FBF5C0;
--olive-300: #F9EE90;
--olive-400: #F5E556;
--olive-500: #F2DE26;
--olive-600: #D4C00C;
--olive-700: #A9990A;
--olive-800: #786D07;
--olive-900: #4D4604;
--olive-950: #302C03;
}