Olive
#AD9705
YellowColor Codes
All color formats for development
HEX
#AD9705RGB
rgb(173, 151, 5)HSL
hsl(52, 94%, 35%)OKLCH
oklch(0.676 0.139 98.7)CMYK
cmyk(0%, 13%, 97%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C8805
2#8B7904
3#796A04
4#685A03
5#574B03
6#453C02
7#342D02
8#231E01
9#110F01
Tints
Lighter variations
1#CDB306
2#EDCF07
3#F8DB1E
4#F9E03E
5#FAE55E
6#FBEA7E
7#FCF09F
8#FDF5BF
9#FEFADF
Tones
Muted variations
1#A5910E
2#9C8A16
3#94841F
4#8C7E27
5#83782F
6#7B7238
7#726C40
8#6A6648
9#625F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF9 #FEF9DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF5 #FDF5BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBED #FBED8D | BordersInactive statesPlaceholder text |
| 400 | FAE3 #FAE352 | Disabled statesSecondary iconsMuted text |
| 500 | F8DB #F8DB20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DABE #DABE07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD97 #AD9705 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C6C #7C6C04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F45 #4F4502 | Primary textHigh emphasis contentDark headings |
| 950 | 312B #312B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEF9DC;
--olive-200: #FDF5BF;
--olive-300: #FBED8D;
--olive-400: #FAE352;
--olive-500: #F8DB20;
--olive-600: #DABE07;
--olive-700: #AD9705;
--olive-800: #7C6C04;
--olive-900: #4F4502;
--olive-950: #312B02;
}