Olive
#A08613
YellowColor Codes
All color formats for development
HEX
#A08613RGB
rgb(160, 134, 19)HSL
hsl(49, 79%, 35%)OKLCH
oklch(0.626 0.124 94.6)CMYK
cmyk(0%, 16%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#907911
2#806B0F
3#705E0D
4#60500B
5#504309
6#403607
7#302806
8#201B04
9#100D02
Tints
Lighter variations
1#BD9F16
2#DBB81A
3#E7C52F
4#EACD4D
5#EED66B
6#F1DE88
7#F5E6A6
8#F8EEC4
9#FCF7E1
Tones
Muted variations
1#99811A
2#927D21
3#8B7928
4#84742F
5#7D7036
6#756B3D
7#6E6744
8#67624B
9#605E52
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 | F3E2 #F3E296 | BordersInactive statesPlaceholder text |
| 400 | ECD2 #ECD25F | Disabled statesSecondary iconsMuted text |
| 500 | E7C6 #E7C632 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9A8 #C9A818 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A086 #A08613 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7260 #72600D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493D #493D09 | 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: #F3E296;
--olive-400: #ECD25F;
--olive-500: #E7C632;
--olive-600: #C9A818;
--olive-700: #A08613;
--olive-800: #72600D;
--olive-900: #493D09;
--olive-950: #2E2605;
}