Olive
#AB7A07
OrangeColor Codes
All color formats for development
HEX
#AB7A07RGB
rgb(171, 122, 7)HSL
hsl(42, 92%, 35%)OKLCH
oklch(0.613 0.125 80)CMYK
cmyk(0%, 29%, 96%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A6E06
2#896206
3#785505
4#674904
5#563D04
6#453103
7#332502
8#221801
9#110C01
Tints
Lighter variations
1#CB9108
2#EBA70A
3#F6B620
4#F7C040
5#F8CB60
6#FAD580
7#FBE0A0
8#FCEABF
9#FEF5DF
Tones
Muted variations
1#A3770F
2#9B7418
3#937020
4#8B6D28
5#826A30
6#7A6638
7#726341
8#6A6049
9#615D51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF4 #FEF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEA #FCEABF | Secondary backgroundsInput backgroundsDividers |
| 300 | FADA #FADA8E | BordersInactive statesPlaceholder text |
| 400 | F8C7 #F8C754 | Disabled statesSecondary iconsMuted text |
| 500 | F6B6 #F6B623 | Primary brand colorCTAsActive elementsLinks |
| 600 | D799 #D79909 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB7A #AB7A07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A57 #7A5705 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E38 #4E3803 | Primary textHigh emphasis contentDark headings |
| 950 | 3123 #312302 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF0;
--olive-100: #FEF4DD;
--olive-200: #FCEABF;
--olive-300: #FADA8E;
--olive-400: #F8C754;
--olive-500: #F6B623;
--olive-600: #D79909;
--olive-700: #AB7A07;
--olive-800: #7A5705;
--olive-900: #4E3803;
--olive-950: #312302;
}