Olive
#A07D13
YellowColor Codes
All color formats for development
HEX
#A07D13RGB
rgb(160, 125, 19)HSL
hsl(45, 79%, 35%)OKLCH
oklch(0.607 0.119 87.9)CMYK
cmyk(0%, 22%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#907011
2#80640F
3#70570D
4#604B0B
5#503E09
6#403207
7#302506
8#201904
9#100C02
Tints
Lighter variations
1#BD9416
2#DBAB1A
3#E7B92F
4#EAC34D
5#EECD6B
6#F1D788
7#F5E1A6
8#F8EBC4
9#FCF5E1
Tones
Muted variations
1#99791A
2#927521
3#8B7228
4#846E2F
5#7D6B36
6#75673D
7#6E6444
8#67604B
9#605D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EB #F8EBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3DC #F3DC96 | BordersInactive statesPlaceholder text |
| 400 | ECC9 #ECC95F | Disabled statesSecondary iconsMuted text |
| 500 | E7BA #E7BA32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C99D #C99D18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A07D #A07D13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7259 #72590D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4939 #493909 | Primary textHigh emphasis contentDark headings |
| 950 | 2E24 #2E2405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF4DF;
--olive-200: #F8EBC4;
--olive-300: #F3DC96;
--olive-400: #ECC95F;
--olive-500: #E7BA32;
--olive-600: #C99D18;
--olive-700: #A07D13;
--olive-800: #72590D;
--olive-900: #493909;
--olive-950: #2E2405;
}