Olive
#AD9C05
YellowColor Codes
All color formats for development
HEX
#AD9C05RGB
rgb(173, 156, 5)HSL
hsl(54, 94%, 35%)OKLCH
oklch(0.686 0.143 101.5)CMYK
cmyk(0%, 10%, 97%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C8D05
2#8B7D04
3#796D04
4#685E03
5#574E03
6#453F02
7#342F02
8#231F01
9#111001
Tints
Lighter variations
1#CDB906
2#EDD607
3#F8E21E
4#F9E63E
5#FAEA5E
6#FBEF7E
7#FCF39F
8#FDF7BF
9#FEFBDF
Tones
Muted variations
1#A5960E
2#9C8F16
3#94881F
4#8C8227
5#837B2F
6#7B7438
7#726D40
8#6A6748
9#626051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF7 #FDF7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBF0 #FBF08D | BordersInactive statesPlaceholder text |
| 400 | FAE9 #FAE952 | Disabled statesSecondary iconsMuted text |
| 500 | F8E3 #F8E320 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAC5 #DAC507 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD9C #AD9C05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C70 #7C7004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F47 #4F4702 | Primary textHigh emphasis contentDark headings |
| 950 | 312D #312D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFBDC;
--olive-200: #FDF7BF;
--olive-300: #FBF08D;
--olive-400: #FAE952;
--olive-500: #F8E320;
--olive-600: #DAC507;
--olive-700: #AD9C05;
--olive-800: #7C7004;
--olive-900: #4F4702;
--olive-950: #312D02;
}