Olive
#73620D
YellowColor Codes
All color formats for development
HEX
#73620DRGB
rgb(115, 98, 13)HSL
hsl(50, 80%, 25%)OKLCH
oklch(0.498 0.098 96.5)CMYK
cmyk(0%, 15%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67580B
2#5C4E0A
3#504409
4#453B08
5#393106
6#2E2705
7#221D04
8#171403
9#0B0A01
Tints
Lighter variations
1#957F11
2#B89C14
3#DABA18
4#E8C930
5#ECD253
6#F0DB75
7#F4E498
8#F7EDBA
9#FBF6DD
Tones
Muted variations
1#6E5E12
2#695B17
3#63581C
4#5E5421
5#595126
6#544D2B
7#4F4A30
8#4A4736
9#45433B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F0 #F8F0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E4 #F3E495 | BordersInactive statesPlaceholder text |
| 400 | EDD5 #EDD55E | Disabled statesSecondary iconsMuted text |
| 500 | E8C9 #E8C930 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAAC #CAAC16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A189 #A18912 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7362 #73620D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493F #493F08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E27 #2E2705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF1;
--olive-100: #FBF7DF;
--olive-200: #F8F0C3;
--olive-300: #F3E495;
--olive-400: #EDD55E;
--olive-500: #E8C930;
--olive-600: #CAAC16;
--olive-700: #A18912;
--olive-800: #73620D;
--olive-900: #493F08;
--olive-950: #2E2705;
}