Olive
#73590D
YellowColor Codes
All color formats for development
HEX
#73590DRGB
rgb(115, 89, 13)HSL
hsl(45, 80%, 25%)OKLCH
oklch(0.478 0.093 87.6)CMYK
cmyk(0%, 23%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67500B
2#5C470A
3#503E09
4#453608
5#392D06
6#2E2405
7#221B04
8#171203
9#0B0901
Tints
Lighter variations
1#957411
2#B88F14
3#DAAA18
4#E8BA30
5#ECC653
6#F0D175
7#F4DD98
8#F7E8BA
9#FBF4DD
Tones
Muted variations
1#6E5712
2#695417
3#63521C
4#5E4F21
5#594D26
6#544A2B
7#4F4730
8#4A4536
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EB #F8EBC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3DC #F3DC95 | BordersInactive statesPlaceholder text |
| 400 | EDC9 #EDC95E | Disabled statesSecondary iconsMuted text |
| 500 | E8BA #E8BA30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA9D #CA9D16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A17D #A17D12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7359 #73590D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4939 #493908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E24 #2E2405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF4DF;
--olive-200: #F8EBC3;
--olive-300: #F3DC95;
--olive-400: #EDC95E;
--olive-500: #E8BA30;
--olive-600: #CA9D16;
--olive-700: #A17D12;
--olive-800: #73590D;
--olive-900: #493908;
--olive-950: #2E2405;
}