Olive
#784D08
OrangeColor Codes
All color formats for development
HEX
#784D08RGB
rgb(120, 77, 8)HSL
hsl(37, 88%, 25%)OKLCH
oklch(0.458 0.095 71.2)CMYK
cmyk(0%, 36%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C4507
2#603D06
3#543605
4#482E05
5#3C2604
6#301F03
7#241702
8#180F02
9#0C0801
Tints
Lighter variations
1#9C640A
2#C07B0C
3#E4920F
4#F1A427
5#F4B34B
6#F6C26F
7#F8D193
8#FAE1B7
9#FDF0DB
Tones
Muted variations
1#724C0D
2#6D4A13
3#674918
4#61481E
5#5C4624
6#564529
7#51442F
8#4B4235
9#45413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF1 #FDF1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE5 #FBE5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D0 #F8D091 | BordersInactive statesPlaceholder text |
| 400 | F4B8 #F4B857 | Disabled statesSecondary iconsMuted text |
| 500 | F1A4 #F1A427 | Primary brand colorCTAsActive elementsLinks |
| 600 | D387 #D3870D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A86C #A86C0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784D #784D08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D31 #4D3105 | Primary textHigh emphasis contentDark headings |
| 950 | 301F #301F03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F1;
--olive-100: #FDF1DD;
--olive-200: #FBE5C1;
--olive-300: #F8D091;
--olive-400: #F4B857;
--olive-500: #F1A427;
--olive-600: #D3870D;
--olive-700: #A86C0B;
--olive-800: #784D08;
--olive-900: #4D3105;
--olive-950: #301F03;
}