Olive
#A3920F
YellowColor Codes
All color formats for development
HEX
#A3920FRGB
rgb(163, 146, 15)HSL
hsl(53, 83%, 35%)OKLCH
oklch(0.655 0.133 100.8)CMYK
cmyk(0%, 10%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#93830E
2#83750C
3#72660B
4#625809
5#524908
6#413A06
7#312C05
8#211D03
9#100F02
Tints
Lighter variations
1#C2AD12
2#E0C815
3#EBD52B
4#EEDB49
5#F1E167
6#F4E786
7#F7EDA4
8#F9F3C2
9#FCF9E1
Tones
Muted variations
1#9C8C17
2#95871E
3#8D8125
4#867B2D
5#7E7634
6#77703C
7#6F6A43
8#68654A
9#615F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F3 #F9F3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5EA #F5EA94 | BordersInactive statesPlaceholder text |
| 400 | F0DF #F0DF5C | Disabled statesSecondary iconsMuted text |
| 500 | EBD5 #EBD52D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDB8 #CDB813 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A392 #A3920F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7568 #75680B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B43 #4B4307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2A #2F2A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF9DE;
--olive-200: #F9F3C2;
--olive-300: #F5EA94;
--olive-400: #F0DF5C;
--olive-500: #EBD52D;
--olive-600: #CDB813;
--olive-700: #A3920F;
--olive-800: #75680B;
--olive-900: #4B4307;
--olive-950: #2F2A04;
}