Olive
#73670D
YellowColor Codes
All color formats for development
HEX
#73670DRGB
rgb(115, 103, 13)HSL
hsl(53, 80%, 25%)OKLCH
oklch(0.51 0.102 100.9)CMYK
cmyk(0%, 10%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#675D0B
2#5C520A
3#504809
4#453E08
5#393306
6#2E2905
7#221F04
8#171503
9#0B0A01
Tints
Lighter variations
1#958611
2#B8A514
3#DAC318
4#E8D330
5#ECDA53
6#F0E175
7#F4E998
8#F7F0BA
9#FBF8DD
Tones
Muted variations
1#6E6312
2#695F17
3#635B1C
4#5E5721
5#595326
6#544F2B
7#4F4B30
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 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F2 #F8F2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E8 #F3E895 | BordersInactive statesPlaceholder text |
| 400 | EDDC #EDDC5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D3 #E8D330 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB5 #CAB516 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A190 #A19012 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7367 #73670D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4942 #494208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E29 #2E2905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF8DF;
--olive-200: #F8F2C3;
--olive-300: #F3E895;
--olive-400: #EDDC5E;
--olive-500: #E8D330;
--olive-600: #CAB516;
--olive-700: #A19012;
--olive-800: #73670D;
--olive-900: #494208;
--olive-950: #2E2905;
}