Olive
#A3830F
YellowColor Codes
All color formats for development
HEX
#A3830FRGB
rgb(163, 131, 15)HSL
hsl(47, 83%, 35%)OKLCH
oklch(0.623 0.124 90.9)CMYK
cmyk(0%, 20%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#93760E
2#83690C
3#725C0B
4#624F09
5#524208
6#413406
7#312705
8#211A03
9#100D02
Tints
Lighter variations
1#C29C12
2#E0B415
3#EBC22B
4#EECA49
5#F1D367
6#F4DC86
7#F7E5A4
8#F9EDC2
9#FCF6E1
Tones
Muted variations
1#9C7F17
2#957B1E
3#8D7725
4#86722D
5#7E6E34
6#776A3C
7#6F6643
8#68624A
9#615D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF6 #FCF6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9ED #F9EDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E0 #F5E094 | BordersInactive statesPlaceholder text |
| 400 | F0D0 #F0D05C | Disabled statesSecondary iconsMuted text |
| 500 | EBC2 #EBC22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDA5 #CDA513 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A383 #A3830F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 755E #755E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3C #4B3C07 | 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: #FCF6DE;
--olive-200: #F9EDC2;
--olive-300: #F5E094;
--olive-400: #F0D05C;
--olive-500: #EBC22D;
--olive-600: #CDA513;
--olive-700: #A3830F;
--olive-800: #755E0B;
--olive-900: #4B3C07;
--olive-950: #2F2504;
}