Olive
#A3880F
YellowColor Codes
All color formats for development
HEX
#A3880FRGB
rgb(163, 136, 15)HSL
hsl(49, 83%, 35%)OKLCH
oklch(0.633 0.127 94.4)CMYK
cmyk(0%, 17%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#937B0E
2#836D0C
3#725F0B
4#625209
5#524408
6#413606
7#312905
8#211B03
9#100E02
Tints
Lighter variations
1#C2A112
2#E0BB15
3#EBC82B
4#EED049
5#F1D867
6#F4E086
7#F7E7A4
8#F9EFC2
9#FCF7E1
Tones
Muted variations
1#9C8317
2#957F1E
3#8D7A25
4#86752D
5#7E7134
6#776C3C
7#6F6743
8#68634A
9#615E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EF #F9EFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E3 #F5E394 | BordersInactive statesPlaceholder text |
| 400 | F0D5 #F0D55C | Disabled statesSecondary iconsMuted text |
| 500 | EBC9 #EBC92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDAB #CDAB13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A388 #A3880F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7561 #75610B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3E #4B3E07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F27 #2F2704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FCF7DE;
--olive-200: #F9EFC2;
--olive-300: #F5E394;
--olive-400: #F0D55C;
--olive-500: #EBC92D;
--olive-600: #CDAB13;
--olive-700: #A3880F;
--olive-800: #75610B;
--olive-900: #4B3E07;
--olive-950: #2F2704;
}