Olive
#9A8318
YellowColor Codes
All color formats for development
HEX
#9A8318RGB
rgb(154, 131, 24)HSL
hsl(49, 73%, 35%)OKLCH
oklch(0.614 0.119 95.7)CMYK
cmyk(0%, 15%, 84%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B7516
2#7C6813
3#6C5B11
4#5D4E0E
5#4D410C
6#3E340A
7#2E2707
8#1F1A05
9#0F0D02
Tints
Lighter variations
1#B79B1D
2#D4B321
3#E0C136
4#E4CA53
5#E9D270
6#EDDB8C
7#F2E4A9
8#F6EDC6
9#FBF6E2
Tones
Muted variations
1#947E1F
2#8D7A25
3#87762C
4#807232
5#7A6E39
6#736A3F
7#6D6646
8#66624C
9#605D53
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF5 #FAF5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6ED #F6EDC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDF #EFDF9A | BordersInactive statesPlaceholder text |
| 400 | E7CF #E7CF65 | Disabled statesSecondary iconsMuted text |
| 500 | E0C1 #E0C138 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2A4 #C2A41E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A83 #9A8318 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E5D #6E5D11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 473C #473C0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C25 #2C2507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF2;
--olive-100: #FAF5E0;
--olive-200: #F6EDC6;
--olive-300: #EFDF9A;
--olive-400: #E7CF65;
--olive-500: #E0C138;
--olive-600: #C2A41E;
--olive-700: #9A8318;
--olive-800: #6E5D11;
--olive-900: #473C0B;
--olive-950: #2C2507;
}