Olive
#73690D
YellowColor Codes
All color formats for development
HEX
#73690DRGB
rgb(115, 105, 13)HSL
hsl(54, 80%, 25%)OKLCH
oklch(0.514 0.104 102.5)CMYK
cmyk(0%, 9%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#675E0B
2#5C540A
3#504909
4#453F08
5#393406
6#2E2A05
7#221F04
8#171503
9#0B0A01
Tints
Lighter variations
1#958811
2#B8A714
3#DAC718
4#E8D630
5#ECDD53
6#F0E375
7#F4EA98
8#F7F1BA
9#FBF8DD
Tones
Muted variations
1#6E6412
2#696017
3#635C1C
4#5E5821
5#595426
6#54502B
7#4F4C30
8#4A4836
9#45443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EA #F3EA95 | BordersInactive statesPlaceholder text |
| 400 | EDDF #EDDF5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D6 #E8D630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB8 #CAB816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A192 #A19212 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7369 #73690D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF9DF;
--olive-200: #F8F3C3;
--olive-300: #F3EA95;
--olive-400: #EDDF5E;
--olive-500: #E8D630;
--olive-600: #CAB816;
--olive-700: #A19212;
--olive-800: #73690D;
--olive-900: #494308;
--olive-950: #2E2A05;
}