Olive
#744F0B
OrangeColor Codes
All color formats for development
HEX
#744F0BRGB
rgb(116, 79, 11)HSL
hsl(39, 83%, 25%)OKLCH
oklch(0.457 0.091 75.9)CMYK
cmyk(0%, 32%, 91%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69480A
2#5D4009
3#523808
4#463007
5#3A2805
6#2F2004
7#231803
8#171002
9#0C0801
Tints
Lighter variations
1#98680E
2#BB7F11
3#DE9715
4#EBA92D
5#EFB750
6#F2C673
7#F5D496
8#F8E2B9
9#FCF1DC
Tones
Muted variations
1#6F4E10
2#6A4C15
3#654B1B
4#5F4920
5#5A4825
6#55462B
7#504530
8#4A4335
9#45413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E6 #F9E6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D3 #F5D394 | BordersInactive statesPlaceholder text |
| 400 | F0BC #F0BC5C | Disabled statesSecondary iconsMuted text |
| 500 | EBA9 #EBA92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD8C #CD8C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36F #A36F0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7550 #75500B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B33 #4B3307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F20 #2F2004 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F1;
--olive-100: #FCF2DE;
--olive-200: #F9E6C2;
--olive-300: #F5D394;
--olive-400: #F0BC5C;
--olive-500: #EBA92D;
--olive-600: #CD8C13;
--olive-700: #A36F0F;
--olive-800: #75500B;
--olive-900: #4B3307;
--olive-950: #2F2004;
}