Olive
#AD9F05
YellowColor Codes
All color formats for development
HEX
#AD9F05RGB
rgb(173, 159, 5)HSL
hsl(55, 94%, 35%)OKLCH
oklch(0.693 0.145 103.1)CMYK
cmyk(0%, 8%, 97%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C8F05
2#8B7F04
3#796F04
4#685F03
5#575003
6#454002
7#343002
8#232001
9#111001
Tints
Lighter variations
1#CDBD06
2#EDDA07
3#F8E61E
4#F9E93E
5#FAED5E
6#FBF17E
7#FCF49F
8#FDF8BF
9#FEFBDF
Tones
Muted variations
1#A5980E
2#9C9116
3#948A1F
4#8C8327
5#837C2F
6#7B7538
7#726E40
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 | FDF8 #FDF8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBF2 #FBF28D | BordersInactive statesPlaceholder text |
| 400 | FAEC #FAEC52 | Disabled statesSecondary iconsMuted text |
| 500 | F8E6 #F8E620 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAC8 #DAC807 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD9F #AD9F05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C72 #7C7204 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F49 #4F4902 | 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: #FDF8BF;
--olive-300: #FBF28D;
--olive-400: #FAEC52;
--olive-500: #F8E620;
--olive-600: #DAC807;
--olive-700: #AD9F05;
--olive-800: #7C7204;
--olive-900: #4F4902;
--olive-950: #312D02;
}