Olive
#9A7C18
YellowColor Codes
All color formats for development
HEX
#9A7C18RGB
rgb(154, 124, 24)HSL
hsl(46, 73%, 35%)OKLCH
oklch(0.598 0.115 90.4)CMYK
cmyk(0%, 19%, 84%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B7016
2#7C6313
3#6C5711
4#5D4A0E
5#4D3E0C
6#3E320A
7#2E2507
8#1F1905
9#0F0C02
Tints
Lighter variations
1#B7931D
2#D4AA21
3#E0B836
4#E4C253
5#E9CC70
6#EDD78C
7#F2E1A9
8#F6EBC6
9#FBF5E2
Tones
Muted variations
1#94791F
2#8D7525
3#87722C
4#806E32
5#7A6B39
6#73673F
7#6D6446
8#66604C
9#605D53
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF4 #FAF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6EB #F6EBC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDB #EFDB9A | BordersInactive statesPlaceholder text |
| 400 | E7C8 #E7C865 | Disabled statesSecondary iconsMuted text |
| 500 | E0B9 #E0B938 | Primary brand colorCTAsActive elementsLinks |
| 600 | C29C #C29C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A7C #9A7C18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E59 #6E5911 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4739 #47390B | Primary textHigh emphasis contentDark headings |
| 950 | 2C23 #2C2307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF2;
--olive-100: #FAF4E0;
--olive-200: #F6EBC6;
--olive-300: #EFDB9A;
--olive-400: #E7C865;
--olive-500: #E0B938;
--olive-600: #C29C1E;
--olive-700: #9A7C18;
--olive-800: #6E5911;
--olive-900: #47390B;
--olive-950: #2C2307;
}