Olive
#73700C
YellowColor Codes
All color formats for development
HEX
#73700CRGB
rgb(115, 112, 12)HSL
hsl(58, 81%, 25%)OKLCH
oklch(0.531 0.11 107.7)CMYK
cmyk(0%, 3%, 90%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68650B
2#5C5A0A
3#514E08
4#454307
5#3A3806
6#2E2D05
7#232204
8#171602
9#0C0B01
Tints
Lighter variations
1#969210
2#B9B313
3#DBD517
4#E9E32F
5#EDE852
6#F0EC75
7#F4F197
8#F8F6BA
9#FBFADC
Tones
Muted variations
1#6E6B11
2#696616
3#64611C
4#5F5D21
5#5A5826
6#54532B
7#4F4E30
8#4A4935
9#45453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F7 #F9F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F1 #F4F195 | BordersInactive statesPlaceholder text |
| 400 | EEE9 #EEE95D | Disabled statesSecondary iconsMuted text |
| 500 | E9E3 #E9E32F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBC5 #CBC515 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29D #A29D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7370 #73700C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A48 #4A4808 | 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: #FEFDF1;
--olive-100: #FCFBDF;
--olive-200: #F9F7C3;
--olive-300: #F4F195;
--olive-400: #EEE95D;
--olive-500: #E9E32F;
--olive-600: #CBC515;
--olive-700: #A29D11;
--olive-800: #73700C;
--olive-900: #4A4808;
--olive-950: #2E2D05;
}