Olive
#A09913
YellowColor Codes
All color formats for development
HEX
#A09913RGB
rgb(160, 153, 19)HSL
hsl(57, 79%, 35%)OKLCH
oklch(0.668 0.138 106.2)CMYK
cmyk(0%, 4%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#908911
2#807A0F
3#706B0D
4#605C0B
5#504C09
6#403D07
7#302E06
8#201F04
9#100F02
Tints
Lighter variations
1#BDB516
2#DBD11A
3#E7DD2F
4#EAE24D
5#EEE76B
6#F1EC88
7#F5F1A6
8#F8F5C4
9#FCFAE1
Tones
Muted variations
1#99921A
2#928C21
3#8B8628
4#847F2F
5#7D7936
6#75733D
7#6E6C44
8#67664B
9#606052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F5 #F8F5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EE #F3EE96 | BordersInactive statesPlaceholder text |
| 400 | ECE5 #ECE55F | Disabled statesSecondary iconsMuted text |
| 500 | E7DE #E7DE32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9C0 #C9C018 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A099 #A09913 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 726D #726D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4946 #494609 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2C #2E2C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFADF;
--olive-200: #F8F5C4;
--olive-300: #F3EE96;
--olive-400: #ECE55F;
--olive-500: #E7DE32;
--olive-600: #C9C018;
--olive-700: #A09913;
--olive-800: #726D0D;
--olive-900: #494609;
--olive-950: #2E2C05;
}