Olive
#804F00
OrangeColor Codes
All color formats for development
HEX
#804F00RGB
rgb(128, 79, 0)HSL
hsl(37, 100%, 25%)OKLCH
oklch(0.473 0.103 69.2)CMYK
cmyk(0%, 38%, 100%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#734700
2#663F00
3#593700
4#4D2F00
5#402700
6#331F00
7#261800
8#1A1000
9#0D0800
Tints
Lighter variations
1#A66600
2#CC7E00
3#F29500
4#FFA71A
5#FFB640
6#FFC466
7#FFD38C
8#FFE2B3
9#FFF0D9
Tones
Muted variations
1#794D06
2#734C0D
3#6C4A13
4#664919
5#604720
6#594626
7#53442D
8#4D4333
9#464139
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF1 #FFF1DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE6 #FFE6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD2 #FFD28A | BordersInactive statesPlaceholder text |
| 400 | FFBB #FFBB4D | Disabled statesSecondary iconsMuted text |
| 500 | FFA7 #FFA71A | Primary brand colorCTAsActive elementsLinks |
| 600 | E08A #E08A00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B36E #B36E00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 804F #804F00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5232 #523200 | Primary textHigh emphasis contentDark headings |
| 950 | 331F #331F00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFF9F0;
--olive-100: #FFF1DB;
--olive-200: #FFE6BD;
--olive-300: #FFD28A;
--olive-400: #FFBB4D;
--olive-500: #FFA71A;
--olive-600: #E08A00;
--olive-700: #B36E00;
--olive-800: #804F00;
--olive-900: #523200;
--olive-950: #331F00;
}