Olive
#70500F
OrangeColor Codes
All color formats for development
HEX
#70500FRGB
rgb(112, 80, 15)HSL
hsl(40, 76%, 25%)OKLCH
oklch(0.454 0.088 79.6)CMYK
cmyk(0%, 29%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65480E
2#5A400C
3#4F380B
4#433009
5#382808
6#2D2006
7#221805
8#161003
9#0B0802
Tints
Lighter variations
1#926814
2#B48018
3#D5981D
4#E3A935
5#E8B857
6#EDC678
7#F1D49A
8#F6E2BC
9#FAF1DD
Tones
Muted variations
1#6B4E14
2#674D19
3#624B1E
4#5D4923
5#584828
6#53462C
7#4E4531
8#494336
9#45413B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E6 #F7E6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D3 #F1D398 | BordersInactive statesPlaceholder text |
| 400 | EABC #EABC62 | Disabled statesSecondary iconsMuted text |
| 500 | E3A9 #E3A935 | Primary brand colorCTAsActive elementsLinks |
| 600 | C58D #C58D1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D70 #9D7015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7050 #70500F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4833 #48330A | Primary textHigh emphasis contentDark headings |
| 950 | 2D20 #2D2006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDF9F2;
--olive-100: #FBF2E0;
--olive-200: #F7E6C5;
--olive-300: #F1D398;
--olive-400: #EABC62;
--olive-500: #E3A935;
--olive-600: #C58D1B;
--olive-700: #9D7015;
--olive-800: #70500F;
--olive-900: #48330A;
--olive-950: #2D2006;
}