Olive
#AC7D06
OrangeColor Codes
All color formats for development
HEX
#AC7D06RGB
rgb(172, 125, 6)HSL
hsl(43, 93%, 35%)OKLCH
oklch(0.62 0.126 81.7)CMYK
cmyk(0%, 27%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B7106
2#8A6405
3#795804
4#674B04
5#563F03
6#453202
7#342602
8#221901
9#110D01
Tints
Lighter variations
1#CC9407
2#ECAC09
3#F7BA1F
4#F8C43F
5#F9CE5F
6#FAD77F
7#FCE19F
8#FDEBBF
9#FEF5DF
Tones
Muted variations
1#A47A0F
2#9C7617
3#93721F
4#8B6F27
5#836B30
6#7A6838
7#726440
8#6A6049
9#625D51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF4 #FEF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEB #FDEBBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBDC #FBDC8E | BordersInactive statesPlaceholder text |
| 400 | F9CA #F9CA53 | Disabled statesSecondary iconsMuted text |
| 500 | F7BA #F7BA22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D99D #D99D08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC7D #AC7D06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B59 #7B5904 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F39 #4F3903 | Primary textHigh emphasis contentDark headings |
| 950 | 3124 #312402 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF0;
--olive-100: #FEF4DD;
--olive-200: #FDEBBF;
--olive-300: #FBDC8E;
--olive-400: #F9CA53;
--olive-500: #F7BA22;
--olive-600: #D99D08;
--olive-700: #AC7D06;
--olive-800: #7B5904;
--olive-900: #4F3903;
--olive-950: #312402;
}