Olive
#AA7708
OrangeColor Codes
All color formats for development
HEX
#AA7708RGB
rgb(170, 119, 8)HSL
hsl(41, 91%, 35%)OKLCH
oklch(0.606 0.124 78.2)CMYK
cmyk(0%, 30%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#996B07
2#885F06
3#775306
4#664705
5#553C04
6#443003
7#332402
8#221802
9#110C01
Tints
Lighter variations
1#CA8D0A
2#EAA30B
3#F5B221
4#F6BD41
5#F8C861
6#F9D380
7#FBDEA0
8#FCE9C0
9#FEF4DF
Tones
Muted variations
1#A27410
2#9A7118
3#926E20
4#8A6B29
5#826831
6#7A6539
7#726241
8#695F49
9#615C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE9 #FCE9C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAD8 #FAD88F | BordersInactive statesPlaceholder text |
| 400 | F7C4 #F7C455 | Disabled statesSecondary iconsMuted text |
| 500 | F5B3 #F5B324 | Primary brand colorCTAsActive elementsLinks |
| 600 | D696 #D6960A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA77 #AA7708 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A55 #7A5506 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E36 #4E3604 | Primary textHigh emphasis contentDark headings |
| 950 | 3122 #312202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF0;
--olive-100: #FDF3DD;
--olive-200: #FCE9C0;
--olive-300: #FAD88F;
--olive-400: #F7C455;
--olive-500: #F5B324;
--olive-600: #D6960A;
--olive-700: #AA7708;
--olive-800: #7A5506;
--olive-900: #4E3604;
--olive-950: #312202;
}