Olive
#804D00
OrangeColor Codes
All color formats for development
HEX
#804D00RGB
rgb(128, 77, 0)HSL
hsl(36, 100%, 25%)OKLCH
oklch(0.469 0.103 67.3)CMYK
cmyk(0%, 40%, 100%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#734500
2#663D00
3#593600
4#4D2E00
5#402600
6#331F00
7#261700
8#1A0F00
9#0D0800
Tints
Lighter variations
1#A66300
2#CC7A00
3#F29100
4#FFA31A
5#FFB340
6#FFC266
7#FFD18C
8#FFE0B3
9#FFF0D9
Tones
Muted variations
1#794B06
2#734A0D
3#6C4913
4#664719
5#604620
6#594526
7#53442D
8#4D4233
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 | FFE4 #FFE4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD0 #FFD08A | BordersInactive statesPlaceholder text |
| 400 | FFB8 #FFB84D | Disabled statesSecondary iconsMuted text |
| 500 | FFA3 #FFA31A | Primary brand colorCTAsActive elementsLinks |
| 600 | E087 #E08700 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B36B #B36B00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 804D #804D00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5231 #523100 | 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: #FFE4BD;
--olive-300: #FFD08A;
--olive-400: #FFB84D;
--olive-500: #FFA31A;
--olive-600: #E08700;
--olive-700: #B36B00;
--olive-800: #804D00;
--olive-900: #523100;
--olive-950: #331F00;
}