Olive
#A08413
YellowColor Codes
All color formats for development
HEX
#A08413RGB
rgb(160, 132, 19)HSL
hsl(48, 79%, 35%)OKLCH
oklch(0.622 0.123 93.1)CMYK
cmyk(0%, 17%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#907611
2#80690F
3#705C0D
4#604F0B
5#504209
6#403507
7#302706
8#201A04
9#100D02
Tints
Lighter variations
1#BD9C16
2#DBB41A
3#E7C22F
4#EACB4D
5#EED36B
6#F1DC88
7#F5E5A6
8#F8EEC4
9#FCF6E1
Tones
Muted variations
1#997F1A
2#927B21
3#8B7728
4#84732F
5#7D6E36
6#756A3D
7#6E6644
8#67624B
9#605D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EE #F8EEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E0 #F3E096 | BordersInactive statesPlaceholder text |
| 400 | ECD0 #ECD05F | Disabled statesSecondary iconsMuted text |
| 500 | E7C3 #E7C332 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9A5 #C9A518 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A084 #A08413 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 725E #725E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493C #493C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E26 #2E2605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF1;
--olive-100: #FBF6DF;
--olive-200: #F8EEC4;
--olive-300: #F3E096;
--olive-400: #ECD05F;
--olive-500: #E7C332;
--olive-600: #C9A518;
--olive-700: #A08413;
--olive-800: #725E0D;
--olive-900: #493C09;
--olive-950: #2E2605;
}