Olive
#A3900F
YellowColor Codes
All color formats for development
HEX
#A3900FRGB
rgb(163, 144, 15)HSL
hsl(52, 83%, 35%)OKLCH
oklch(0.651 0.132 99.6)CMYK
cmyk(0%, 12%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#93810E
2#83730C
3#72650B
4#625609
5#524808
6#413906
7#312B05
8#211D03
9#100E02
Tints
Lighter variations
1#C2AA12
2#E0C515
3#EBD22B
4#EED849
5#F1DF67
6#F4E586
7#F7ECA4
8#F9F2C2
9#FCF9E1
Tones
Muted variations
1#9C8A17
2#95851E
3#8D7F25
4#867A2D
5#7E7434
6#776F3C
7#6F6A43
8#68644A
9#615F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F2 #F9F2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E8 #F5E894 | BordersInactive statesPlaceholder text |
| 400 | F0DC #F0DC5C | Disabled statesSecondary iconsMuted text |
| 500 | EBD2 #EBD22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDB4 #CDB413 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A390 #A3900F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7567 #75670B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B42 #4B4207 | Primary textHigh emphasis contentDark headings |
| 950 | 2F29 #2F2904 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF8DE;
--olive-200: #F9F2C2;
--olive-300: #F5E894;
--olive-400: #F0DC5C;
--olive-500: #EBD22D;
--olive-600: #CDB413;
--olive-700: #A3900F;
--olive-800: #75670B;
--olive-900: #4B4207;
--olive-950: #2F2904;
}