Olive
#AA7208
OrangeColor Codes
All color formats for development
HEX
#AA7208RGB
rgb(170, 114, 8)HSL
hsl(39, 91%, 35%)OKLCH
oklch(0.596 0.124 74.3)CMYK
cmyk(0%, 33%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#996607
2#885B06
3#775006
4#664405
5#553904
6#442D03
7#332202
8#221702
9#110B01
Tints
Lighter variations
1#CA870A
2#EA9C0B
3#F5AB21
4#F6B741
5#F8C361
6#F9CF80
7#FBDBA0
8#FCE7C0
9#FEF3DF
Tones
Muted variations
1#A26F10
2#9A6D18
3#926A20
4#8A6829
5#826531
6#7A6339
7#726141
8#695E49
9#615C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE7 #FCE7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAD4 #FAD48F | BordersInactive statesPlaceholder text |
| 400 | F7BE #F7BE55 | Disabled statesSecondary iconsMuted text |
| 500 | F5AC #F5AC24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D68F #D68F0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA72 #AA7208 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A51 #7A5106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E34 #4E3404 | Primary textHigh emphasis contentDark headings |
| 950 | 3120 #312002 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F0;
--olive-100: #FDF2DD;
--olive-200: #FCE7C0;
--olive-300: #FAD48F;
--olive-400: #F7BE55;
--olive-500: #F5AC24;
--olive-600: #D68F0A;
--olive-700: #AA7208;
--olive-800: #7A5106;
--olive-900: #4E3404;
--olive-950: #312002;
}