Olive
#A87B0B
OrangeColor Codes
All color formats for development
HEX
#A87B0BRGB
rgb(168, 123, 11)HSL
hsl(43, 88%, 35%)OKLCH
oklch(0.612 0.123 82.2)CMYK
cmyk(0%, 27%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#976F0A
2#866309
3#755607
4#654A06
5#543E05
6#433104
7#322503
8#221902
9#110C01
Tints
Lighter variations
1#C7920D
2#E6A90F
3#F1B725
4#F3C144
5#F5CC63
6#F7D682
7#F9E0A2
8#FBEAC1
9#FDF5E0
Tones
Muted variations
1#A07813
2#98741A
3#907122
4#886E2A
5#816A32
6#79673A
7#716342
8#69604A
9#615D51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEA #FBEAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DB #F8DB91 | BordersInactive statesPlaceholder text |
| 400 | F4C8 #F4C857 | Disabled statesSecondary iconsMuted text |
| 500 | F1B8 #F1B827 | Primary brand colorCTAsActive elementsLinks |
| 600 | D39B #D39B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A87B #A87B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7858 #785808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D38 #4D3805 | Primary textHigh emphasis contentDark headings |
| 950 | 3023 #302303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FDF4DD;
--olive-200: #FBEAC1;
--olive-300: #F8DB91;
--olive-400: #F4C857;
--olive-500: #F1B827;
--olive-600: #D39B0D;
--olive-700: #A87B0B;
--olive-800: #785808;
--olive-900: #4D3805;
--olive-950: #302303;
}