Olive
#73730C
YellowColor Codes
All color formats for development
HEX
#73730CRGB
rgb(115, 115, 12)HSL
hsl(60, 81%, 25%)OKLCH
oklch(0.538 0.113 109.7)CMYK
cmyk(0%, 0%, 90%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68680B
2#5C5C0A
3#515108
4#454507
5#3A3A06
6#2E2E05
7#232304
8#171702
9#0C0C01
Tints
Lighter variations
1#969610
2#B9B913
3#DBDB17
4#E9E92F
5#EDED52
6#F0F075
7#F4F497
8#F8F8BA
9#FBFBDC
Tones
Muted variations
1#6E6E11
2#696916
3#64641C
4#5F5F21
5#5A5A26
6#54542B
7#4F4F30
8#4A4A35
9#45453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFC #FCFCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F9 #F9F9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F4 #F4F495 | BordersInactive statesPlaceholder text |
| 400 | EEEE #EEEE5D | Disabled statesSecondary iconsMuted text |
| 500 | E9E9 #E9E92F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBCB #CBCB15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A2A2 #A2A211 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7373 #73730C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A4A #4A4A08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2E #2E2E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFEF1;
--olive-100: #FCFCDF;
--olive-200: #F9F9C3;
--olive-300: #F4F495;
--olive-400: #EEEE5D;
--olive-500: #E9E92F;
--olive-600: #CBCB15;
--olive-700: #A2A211;
--olive-800: #73730C;
--olive-900: #4A4A08;
--olive-950: #2E2E05;
}