Olive
#A7900C
YellowColor Codes
All color formats for development
HEX
#A7900CRGB
rgb(167, 144, 12)HSL
hsl(51, 87%, 35%)OKLCH
oklch(0.655 0.133 97.5)CMYK
cmyk(0%, 14%, 93%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#96810A
2#867309
3#756508
4#645607
5#534806
6#433905
7#322B03
8#211D02
9#110E01
Tints
Lighter variations
1#C6AA0E
2#E5C510
3#F0D226
4#F2D845
5#F4DF64
6#F6E583
7#F9ECA2
8#FBF2C1
9#FDF9E0
Tones
Muted variations
1#9F8A13
2#97851B
3#907F23
4#887A2B
5#807432
6#786F3A
7#716A42
8#69644A
9#615F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF2 #FBF2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7E8 #F7E891 | BordersInactive statesPlaceholder text |
| 400 | F3DC #F3DC58 | Disabled statesSecondary iconsMuted text |
| 500 | F0D2 #F0D228 | Primary brand colorCTAsActive elementsLinks |
| 600 | D2B5 #D2B50F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A790 #A7900C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7767 #776708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C42 #4C4205 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FDF8DE;
--olive-200: #FBF2C1;
--olive-300: #F7E891;
--olive-400: #F3DC58;
--olive-500: #F0D228;
--olive-600: #D2B50F;
--olive-700: #A7900C;
--olive-800: #776708;
--olive-900: #4C4205;
--olive-950: #302903;
}