Olive
#9A8019
YellowColor Codes
All color formats for development
HEX
#9A8019RGB
rgb(154, 128, 25)HSL
hsl(48, 72%, 35%)OKLCH
oklch(0.607 0.117 93.5)CMYK
cmyk(0%, 17%, 84%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A7316
2#7B6614
3#6B5911
4#5C4D0F
5#4D400C
6#3D330A
7#2E2607
8#1F1A05
9#0F0D02
Tints
Lighter variations
1#B6981E
2#D3AF22
3#DFBD37
4#E3C754
5#E8D070
6#ECD98D
7#F1E3A9
8#F6ECC6
9#FAF6E2
Tones
Muted variations
1#937C1F
2#8D7826
3#86742C
4#807033
5#796D39
6#736940
7#6D6546
8#66614C
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 | F6EC #F6ECC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDE #EFDE9A | BordersInactive statesPlaceholder text |
| 400 | E6CC #E6CC65 | Disabled statesSecondary iconsMuted text |
| 500 | DFBE #DFBE3A | Primary brand colorCTAsActive elementsLinks |
| 600 | C1A1 #C1A11F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A80 #9A8019 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E5B #6E5B12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 463A #463A0B | 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: #F6ECC6;
--olive-300: #EFDE9A;
--olive-400: #E6CC65;
--olive-500: #DFBE3A;
--olive-600: #C1A11F;
--olive-700: #9A8019;
--olive-800: #6E5B12;
--olive-900: #463A0B;
--olive-950: #2C2507;
}