Olive
#74710B
YellowColor Codes
All color formats for development
HEX
#74710BRGB
rgb(116, 113, 11)HSL
hsl(58, 83%, 25%)OKLCH
oklch(0.534 0.112 107.7)CMYK
cmyk(0%, 3%, 91%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69660A
2#5D5B09
3#524F08
4#464407
5#3A3905
6#2F2D04
7#232203
8#171702
9#0C0B01
Tints
Lighter variations
1#98930E
2#BBB511
3#DED715
4#EBE52D
5#EFE950
6#F2EE73
7#F5F296
8#F8F6B9
9#FCFBDC
Tones
Muted variations
1#6F6C10
2#6A6715
3#65621B
4#5F5D20
5#5A5825
6#55542B
7#504F30
8#4A4A35
9#45453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F8 #F9F8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F2 #F5F294 | BordersInactive statesPlaceholder text |
| 400 | F0EB #F0EB5C | Disabled statesSecondary iconsMuted text |
| 500 | EBE5 #EBE52D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDC7 #CDC713 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A39E #A39E0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7571 #75710B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B48 #4B4807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCFBDE;
--olive-200: #F9F8C2;
--olive-300: #F5F294;
--olive-400: #F0EB5C;
--olive-500: #EBE52D;
--olive-600: #CDC713;
--olive-700: #A39E0F;
--olive-800: #75710B;
--olive-900: #4B4807;
--olive-950: #2F2D04;
}