Olive
#A29A11
YellowColor Codes
All color formats for development
HEX
#A29A11RGB
rgb(162, 154, 17)HSL
hsl(57, 81%, 35%)OKLCH
oklch(0.672 0.139 105.8)CMYK
cmyk(0%, 5%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#918B0F
2#817B0E
3#716C0C
4#615D0A
5#514D08
6#413E07
7#302E05
8#201F03
9#100F02
Tints
Lighter variations
1#C0B714
2#DED417
3#E9E02D
4#ECE44B
5#EFE969
6#F2ED87
7#F6F2A5
8#F9F6C3
9#FCFBE1
Tones
Muted variations
1#9A9418
2#938D1F
3#8C8727
4#85802E
5#7D7A35
6#76733C
7#6F6D44
8#68664B
9#606052
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 | F9F6 #F9F6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EF #F4EF95 | BordersInactive statesPlaceholder text |
| 400 | EEE7 #EEE75D | Disabled statesSecondary iconsMuted text |
| 500 | E9E0 #E9E02F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBC2 #CBC215 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29A #A29A11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736E #736E0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A47 #4A4708 | 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: #F9F6C3;
--olive-300: #F4EF95;
--olive-400: #EEE75D;
--olive-500: #E9E02F;
--olive-600: #CBC215;
--olive-700: #A29A11;
--olive-800: #736E0C;
--olive-900: #4A4708;
--olive-950: #2E2C05;
}