Olive
#AD8E05
YellowColor Codes
All color formats for development
HEX
#AD8E05RGB
rgb(173, 142, 5)HSL
hsl(49, 94%, 35%)OKLCH
oklch(0.656 0.133 93.2)CMYK
cmyk(0%, 18%, 97%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C8005
2#8B7204
3#796404
4#685503
5#574703
6#453902
7#342B02
8#231C01
9#110E01
Tints
Lighter variations
1#CDA906
2#EDC307
3#F8D01E
4#F9D73E
5#FADD5E
6#FBE47E
7#FCEB9F
8#FDF2BF
9#FEF8DF
Tones
Muted variations
1#A5890E
2#9C8416
3#947E1F
4#8C7927
5#83742F
6#7B6F38
7#726940
8#6A6448
9#625F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF2 #FDF2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE7 #FBE78D | BordersInactive statesPlaceholder text |
| 400 | FADB #FADB52 | Disabled statesSecondary iconsMuted text |
| 500 | F8D1 #F8D120 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAB3 #DAB307 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD8E #AD8E05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C66 #7C6604 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F41 #4F4102 | Primary textHigh emphasis contentDark headings |
| 950 | 3129 #312902 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FEF8DC;
--olive-200: #FDF2BF;
--olive-300: #FBE78D;
--olive-400: #FADB52;
--olive-500: #F8D120;
--olive-600: #DAB307;
--olive-700: #AD8E05;
--olive-800: #7C6604;
--olive-900: #4F4102;
--olive-950: #312902;
}