Olive
#73710D
YellowColor Codes
All color formats for development
HEX
#73710DRGB
rgb(115, 113, 13)HSL
hsl(59, 80%, 25%)OKLCH
oklch(0.533 0.111 108.4)CMYK
cmyk(0%, 2%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67660B
2#5C5A0A
3#504F09
4#454408
5#393906
6#2E2D05
7#222204
8#171703
9#0B0B01
Tints
Lighter variations
1#959311
2#B8B514
3#DAD718
4#E8E530
5#ECE953
6#F0EE75
7#F4F298
8#F7F6BA
9#FBFBDD
Tones
Muted variations
1#6E6C12
2#696717
3#63621C
4#5E5D21
5#595826
6#54532B
7#4F4F30
8#4A4A36
9#45453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F7 #F8F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F2 #F3F295 | BordersInactive statesPlaceholder text |
| 400 | EDEB #EDEB5E | Disabled statesSecondary iconsMuted text |
| 500 | E8E5 #E8E530 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAC7 #CAC716 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A19E #A19E12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7371 #73710D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4948 #494808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFBDF;
--olive-200: #F8F7C3;
--olive-300: #F3F295;
--olive-400: #EDEB5E;
--olive-500: #E8E530;
--olive-600: #CAC716;
--olive-700: #A19E12;
--olive-800: #73710D;
--olive-900: #494808;
--olive-950: #2E2D05;
}