Olive
#AA7909
OrangeColor Codes
All color formats for development
HEX
#AA7909RGB
rgb(170, 121, 9)HSL
hsl(42, 90%, 35%)OKLCH
oklch(0.61 0.124 79.7)CMYK
cmyk(0%, 29%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#996D08
2#886107
3#775506
4#664905
5#553D04
6#443104
7#332403
8#221802
9#110C01
Tints
Lighter variations
1#C9900B
2#E9A60C
3#F3B523
4#F5BF42
5#F7CA62
6#F8D581
7#FADFA1
8#FCEAC0
9#FDF4E0
Tones
Muted variations
1#A27611
2#9A7319
3#917021
4#896D29
5#816931
6#796639
7#716341
8#696049
9#615C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEA #FCEAC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D9 #F9D990 | BordersInactive statesPlaceholder text |
| 400 | F6C6 #F6C655 | Disabled statesSecondary iconsMuted text |
| 500 | F4B6 #F4B625 | Primary brand colorCTAsActive elementsLinks |
| 600 | D599 #D5990B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA79 #AA7909 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7957 #795706 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E37 #4E3704 | Primary textHigh emphasis contentDark headings |
| 950 | 3023 #302303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF0;
--olive-100: #FDF4DD;
--olive-200: #FCEAC0;
--olive-300: #F9D990;
--olive-400: #F6C655;
--olive-500: #F4B625;
--olive-600: #D5990B;
--olive-700: #AA7909;
--olive-800: #795706;
--olive-900: #4E3704;
--olive-950: #302303;
}