Olive
#AA7709
OrangeColor Codes
All color formats for development
HEX
#AA7709RGB
rgb(170, 119, 9)HSL
hsl(41, 90%, 35%)OKLCH
oklch(0.606 0.124 78.1)CMYK
cmyk(0%, 30%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#996B08
2#885F07
3#775306
4#664705
5#553B04
6#442F04
7#332403
8#221802
9#110C01
Tints
Lighter variations
1#C98D0B
2#E9A30C
3#F3B123
4#F5BC42
5#F7C762
6#F8D381
7#FADEA1
8#FCE9C0
9#FDF4E0
Tones
Muted variations
1#A27411
2#9A7119
3#916E21
4#896B29
5#816831
6#796539
7#716241
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 | F9D8 #F9D890 | BordersInactive statesPlaceholder text |
| 400 | F6C3 #F6C355 | Disabled statesSecondary iconsMuted text |
| 500 | F4B2 #F4B225 | Primary brand colorCTAsActive elementsLinks |
| 600 | D595 #D5950B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA77 #AA7709 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7955 #795506 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E36 #4E3604 | Primary textHigh emphasis contentDark headings |
| 950 | 3022 #302203 | 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: #F9D890;
--olive-400: #F6C355;
--olive-500: #F4B225;
--olive-600: #D5950B;
--olive-700: #AA7709;
--olive-800: #795506;
--olive-900: #4E3604;
--olive-950: #302203;
}