Olive
#A3810F
YellowColor Codes
All color formats for development
HEX
#A3810FRGB
rgb(163, 129, 15)HSL
hsl(46, 83%, 35%)OKLCH
oklch(0.618 0.123 89.4)CMYK
cmyk(0%, 21%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#93740E
2#83670C
3#725A0B
4#624D09
5#524008
6#413406
7#312705
8#211A03
9#100D02
Tints
Lighter variations
1#C29912
2#E0B115
3#EBBE2B
4#EEC849
5#F1D167
6#F4DA86
7#F7E3A4
8#F9EDC2
9#FCF6E1
Tones
Muted variations
1#9C7D17
2#95791E
3#8D7525
4#86712D
5#7E6D34
6#77693C
7#6F6543
8#68614A
9#615D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF5 #FCF5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9ED #F9EDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5DE #F5DE94 | BordersInactive statesPlaceholder text |
| 400 | F0CD #F0CD5C | Disabled statesSecondary iconsMuted text |
| 500 | EBBF #EBBF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDA2 #CDA213 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A381 #A3810F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 755C #755C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3B #4B3B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F25 #2F2504 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FCF5DE;
--olive-200: #F9EDC2;
--olive-300: #F5DE94;
--olive-400: #F0CD5C;
--olive-500: #EBBF2D;
--olive-600: #CDA213;
--olive-700: #A3810F;
--olive-800: #755C0B;
--olive-900: #4B3B07;
--olive-950: #2F2504;
}