Olive
#A29311
YellowColor Codes
All color formats for development
HEX
#A29311RGB
rgb(162, 147, 17)HSL
hsl(54, 81%, 35%)OKLCH
oklch(0.656 0.134 101.9)CMYK
cmyk(0%, 9%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91840F
2#81760E
3#71670C
4#61580A
5#514A08
6#413B07
7#302C05
8#201D03
9#100F02
Tints
Lighter variations
1#C0AE14
2#DECA17
3#E9D62D
4#ECDC4B
5#EFE269
6#F2E887
7#F6EDA5
8#F9F3C3
9#FCF9E1
Tones
Muted variations
1#9A8D18
2#93881F
3#8C8227
4#857C2E
5#7D7635
6#76703C
7#6F6B44
8#68654B
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F3 #F9F3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EA #F4EA95 | BordersInactive statesPlaceholder text |
| 400 | EEE0 #EEE05D | Disabled statesSecondary iconsMuted text |
| 500 | E9D7 #E9D72F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBB9 #CBB915 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A293 #A29311 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7369 #73690C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A43 #4A4308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF9DF;
--olive-200: #F9F3C3;
--olive-300: #F4EA95;
--olive-400: #EEE05D;
--olive-500: #E9D72F;
--olive-600: #CBB915;
--olive-700: #A29311;
--olive-800: #73690C;
--olive-900: #4A4308;
--olive-950: #2E2A05;
}