Olive
#784F08
OrangeColor Codes
All color formats for development
HEX
#784F08RGB
rgb(120, 79, 8)HSL
hsl(38, 88%, 25%)OKLCH
oklch(0.462 0.095 73.4)CMYK
cmyk(0%, 34%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C4707
2#603F06
3#543705
4#482F05
5#3C2704
6#301F03
7#241802
8#181002
9#0C0801
Tints
Lighter variations
1#9C660A
2#C07E0C
3#E4960F
4#F1A727
5#F4B64B
6#F6C46F
7#F8D393
8#FAE2B7
9#FDF0DB
Tones
Muted variations
1#724D0D
2#6D4C13
3#674A18
4#61491E
5#5C4724
6#564629
7#51442F
8#4B4335
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 | FBE6 #FBE6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D2 #F8D291 | BordersInactive statesPlaceholder text |
| 400 | F4BB #F4BB57 | Disabled statesSecondary iconsMuted text |
| 500 | F1A7 #F1A727 | Primary brand colorCTAsActive elementsLinks |
| 600 | D38B #D38B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A86E #A86E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784F #784F08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D32 #4D3205 | 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: #FBE6C1;
--olive-300: #F8D291;
--olive-400: #F4BB57;
--olive-500: #F1A727;
--olive-600: #D38B0D;
--olive-700: #A86E0B;
--olive-800: #784F08;
--olive-900: #4D3205;
--olive-950: #301F03;
}