Olive
#A3A10F
YellowColor Codes
All color formats for development
HEX
#A3A10FRGB
rgb(163, 161, 15)HSL
hsl(59, 83%, 35%)OKLCH
oklch(0.688 0.146 108.8)CMYK
cmyk(0%, 1%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#93910E
2#83810C
3#72710B
4#626109
5#525008
6#414006
7#313005
8#212003
9#101002
Tints
Lighter variations
1#C2BF12
2#E0DD15
3#EBE82B
4#EEEB49
5#F1EF67
6#F4F286
7#F7F5A4
8#F9F8C2
9#FCFCE1
Tones
Muted variations
1#9C9A17
2#95931E
3#8D8B25
4#86842D
5#7E7D34
6#77763C
7#6F6F43
8#68684A
9#616052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F8 #F9F8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F3 #F5F394 | BordersInactive statesPlaceholder text |
| 400 | F0ED #F0ED5C | Disabled statesSecondary iconsMuted text |
| 500 | EBE8 #EBE82D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDCA #CDCA13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A3A1 #A3A10F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7573 #75730B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4A #4B4A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2E #2F2E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCFBDE;
--olive-200: #F9F8C2;
--olive-300: #F5F394;
--olive-400: #F0ED5C;
--olive-500: #EBE82D;
--olive-600: #CDCA13;
--olive-700: #A3A10F;
--olive-800: #75730B;
--olive-900: #4B4A07;
--olive-950: #2F2E04;
}