Olive
#A29910
YellowColor Codes
All color formats for development
HEX
#A29910RGB
rgb(162, 153, 16)HSL
hsl(56, 82%, 35%)OKLCH
oklch(0.67 0.139 105.3)CMYK
cmyk(0%, 6%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92890E
2#827A0D
3#726B0B
4#615C0A
5#514C08
6#413D06
7#312E05
8#201F03
9#100F02
Tints
Lighter variations
1#C1B513
2#DFD116
3#EADD2C
4#EDE24A
5#F0E768
6#F3EC86
7#F6F1A5
8#F9F5C3
9#FCFAE1
Tones
Muted variations
1#9B9217
2#948C1F
3#8C8626
4#857F2D
5#7E7935
6#77733C
7#6F6C43
8#68664B
9#616052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F5 #F9F5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EE #F4EE94 | BordersInactive statesPlaceholder text |
| 400 | EFE5 #EFE55D | Disabled statesSecondary iconsMuted text |
| 500 | EADE #EADE2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCC0 #CCC014 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A299 #A29910 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 746D #746D0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A46 #4A4607 | 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: #FEFDF1;
--olive-100: #FCFADF;
--olive-200: #F9F5C3;
--olive-300: #F4EE94;
--olive-400: #EFE55D;
--olive-500: #EADE2E;
--olive-600: #CCC014;
--olive-700: #A29910;
--olive-800: #746D0B;
--olive-900: #4A4607;
--olive-950: #2E2C05;
}