Olive
#9A7A18
YellowColor Codes
All color formats for development
HEX
#9A7A18RGB
rgb(154, 122, 24)HSL
hsl(45, 73%, 35%)OKLCH
oklch(0.594 0.114 88.8)CMYK
cmyk(0%, 21%, 84%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B6E16
2#7C6113
3#6C5511
4#5D490E
5#4D3D0C
6#3E310A
7#2E2507
8#1F1805
9#0F0C02
Tints
Lighter variations
1#B7901D
2#D4A721
3#E0B536
4#E4C053
5#E9CA70
6#EDD58C
7#F2DFA9
8#F6EAC6
9#FBF4E2
Tones
Muted variations
1#94771F
2#8D7325
3#87702C
4#806D32
5#7A6A39
6#73663F
7#6D6346
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 | F6EA #F6EAC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDA #EFDA9A | BordersInactive statesPlaceholder text |
| 400 | E7C6 #E7C665 | Disabled statesSecondary iconsMuted text |
| 500 | E0B6 #E0B638 | Primary brand colorCTAsActive elementsLinks |
| 600 | C299 #C2991E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A7A #9A7A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E57 #6E5711 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4738 #47380B | 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: #F6EAC6;
--olive-300: #EFDA9A;
--olive-400: #E7C665;
--olive-500: #E0B638;
--olive-600: #C2991E;
--olive-700: #9A7A18;
--olive-800: #6E5711;
--olive-900: #47380B;
--olive-950: #2C2307;
}