Olive
#AB7707
OrangeColor Codes
All color formats for development
HEX
#AB7707RGB
rgb(171, 119, 7)HSL
hsl(41, 92%, 35%)OKLCH
oklch(0.607 0.125 77.7)CMYK
cmyk(0%, 30%, 96%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A6B06
2#895F06
3#785405
4#674804
5#563C04
6#453003
7#332402
8#221801
9#110C01
Tints
Lighter variations
1#CB8E08
2#EBA40A
3#F6B220
4#F7BD40
5#F8C860
6#FAD380
7#FBDEA0
8#FCE9BF
9#FEF4DF
Tones
Muted variations
1#A3740F
2#9B7118
3#936E20
4#8B6B28
5#826830
6#7A6538
7#726241
8#6A5F49
9#615C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF3 #FEF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE9 #FCE9BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAD8 #FAD88E | BordersInactive statesPlaceholder text |
| 400 | F8C4 #F8C454 | Disabled statesSecondary iconsMuted text |
| 500 | F6B3 #F6B323 | Primary brand colorCTAsActive elementsLinks |
| 600 | D796 #D79609 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB77 #AB7707 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A55 #7A5505 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E37 #4E3703 | Primary textHigh emphasis contentDark headings |
| 950 | 3122 #312202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF0;
--olive-100: #FEF3DD;
--olive-200: #FCE9BF;
--olive-300: #FAD88E;
--olive-400: #F8C454;
--olive-500: #F6B323;
--olive-600: #D79609;
--olive-700: #AB7707;
--olive-800: #7A5505;
--olive-900: #4E3703;
--olive-950: #312202;
}