Olive
#A3970F
YellowColor Codes
All color formats for development
HEX
#A3970FRGB
rgb(163, 151, 15)HSL
hsl(55, 83%, 35%)OKLCH
oklch(0.666 0.137 103.7)CMYK
cmyk(0%, 7%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#93880E
2#83790C
3#726A0B
4#625B09
5#524B08
6#413C06
7#312D05
8#211E03
9#100F02
Tints
Lighter variations
1#C2B312
2#E0CF15
3#EBDB2B
4#EEE049
5#F1E567
6#F4EB86
7#F7F0A4
8#F9F5C2
9#FCFAE1
Tones
Muted variations
1#9C9117
2#958B1E
3#8D8425
4#867E2D
5#7E7834
6#77723C
7#6F6C43
8#68664A
9#615F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F5 #F9F5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5ED #F5ED94 | BordersInactive statesPlaceholder text |
| 400 | F0E3 #F0E35C | Disabled statesSecondary iconsMuted text |
| 500 | EBDC #EBDC2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDBE #CDBE13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A397 #A3970F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756C #756C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B45 #4B4507 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2B #2F2B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCF9DE;
--olive-200: #F9F5C2;
--olive-300: #F5ED94;
--olive-400: #F0E35C;
--olive-500: #EBDC2D;
--olive-600: #CDBE13;
--olive-700: #A3970F;
--olive-800: #756C0B;
--olive-900: #4B4507;
--olive-950: #2F2B04;
}