Olive
#74660B
YellowColor Codes
All color formats for development
HEX
#74660BRGB
rgb(116, 102, 11)HSL
hsl(52, 83%, 25%)OKLCH
oklch(0.508 0.102 99.4)CMYK
cmyk(0%, 12%, 91%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#695C0A
2#5D5209
3#524808
4#463E07
5#3A3305
6#2F2904
7#231F03
8#171502
9#0C0A01
Tints
Lighter variations
1#98850E
2#BBA411
3#DEC315
4#EBD22D
5#EFDA50
6#F2E173
7#F5E996
8#F8F0B9
9#FCF8DC
Tones
Muted variations
1#6F6310
2#6A5F15
3#655B1B
4#5F5720
5#5A5325
6#554F2B
7#504B30
8#4A4835
9#45443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F2 #F9F2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E8 #F5E894 | BordersInactive statesPlaceholder text |
| 400 | F0DC #F0DC5C | Disabled statesSecondary iconsMuted text |
| 500 | EBD2 #EBD22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDB4 #CDB413 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A390 #A3900F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7567 #75670B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B42 #4B4207 | Primary textHigh emphasis contentDark headings |
| 950 | 2F29 #2F2904 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF8DE;
--olive-200: #F9F2C2;
--olive-300: #F5E894;
--olive-400: #F0DC5C;
--olive-500: #EBD22D;
--olive-600: #CDB413;
--olive-700: #A3900F;
--olive-800: #75670B;
--olive-900: #4B4207;
--olive-950: #2F2904;
}