Olive
#AD9A05
YellowColor Codes
All color formats for development
HEX
#AD9A05RGB
rgb(173, 154, 5)HSL
hsl(53, 94%, 35%)OKLCH
oklch(0.682 0.141 100.4)CMYK
cmyk(0%, 11%, 97%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C8A05
2#8B7B04
3#796B04
4#685C03
5#574D03
6#453D02
7#342E02
8#231F01
9#110F01
Tints
Lighter variations
1#CDB606
2#EDD307
3#F8DF1E
4#F9E33E
5#FAE85E
6#FBEC7E
7#FCF19F
8#FDF6BF
9#FEFADF
Tones
Muted variations
1#A5930E
2#9C8D16
3#94861F
4#8C8027
5#83792F
6#7B7338
7#726D40
8#6A6648
9#626051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF6 #FDF6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBEF #FBEF8D | BordersInactive statesPlaceholder text |
| 400 | FAE6 #FAE652 | Disabled statesSecondary iconsMuted text |
| 500 | F8DF #F8DF20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAC1 #DAC107 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD9A #AD9A05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C6E #7C6E04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F46 #4F4602 | Primary textHigh emphasis contentDark headings |
| 950 | 312C #312C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFADC;
--olive-200: #FDF6BF;
--olive-300: #FBEF8D;
--olive-400: #FAE652;
--olive-500: #F8DF20;
--olive-600: #DAC107;
--olive-700: #AD9A05;
--olive-800: #7C6E04;
--olive-900: #4F4602;
--olive-950: #312C02;
}