Olive
#A87E0B
OrangeColor Codes
All color formats for development
HEX
#A87E0BRGB
rgb(168, 126, 11)HSL
hsl(44, 88%, 35%)OKLCH
oklch(0.618 0.124 84.5)CMYK
cmyk(0%, 25%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97710A
2#866509
3#755807
4#654C06
5#543F05
6#433204
7#322603
8#221902
9#110D01
Tints
Lighter variations
1#C7950D
2#E6AD0F
3#F1BB25
4#F3C444
5#F5CE63
6#F7D882
7#F9E2A2
8#FBEBC1
9#FDF5E0
Tones
Muted variations
1#A07A13
2#98771A
3#907322
4#886F2A
5#816C32
6#79683A
7#716442
8#69614A
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 | FBEB #FBEBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DC #F8DC91 | BordersInactive statesPlaceholder text |
| 400 | F4CA #F4CA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1BB #F1BB27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D39E #D39E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A87E #A87E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785A #785A08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3A #4D3A05 | Primary textHigh emphasis contentDark headings |
| 950 | 3024 #302403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FDF4DD;
--olive-200: #FBEBC1;
--olive-300: #F8DC91;
--olive-400: #F4CA57;
--olive-500: #F1BB27;
--olive-600: #D39E0D;
--olive-700: #A87E0B;
--olive-800: #785A08;
--olive-900: #4D3A05;
--olive-950: #302403;
}