Olive
#A27911
OrangeColor Codes
All color formats for development
HEX
#A27911RGB
rgb(162, 121, 17)HSL
hsl(43, 81%, 35%)OKLCH
oklch(0.601 0.119 83.7)CMYK
cmyk(0%, 25%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#916D0F
2#81600E
3#71540C
4#61480A
5#513C08
6#413007
7#302405
8#201803
9#100C02
Tints
Lighter variations
1#C08F14
2#DEA517
3#E9B42D
4#ECBE4B
5#EFC969
6#F2D487
7#F6DFA5
8#F9E9C3
9#FCF4E1
Tones
Muted variations
1#9A7518
2#93721F
3#8C6F27
4#856C2E
5#7D6935
6#76663C
7#6F6344
8#68604B
9#605C52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E9 #F9E9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D9 #F4D995 | BordersInactive statesPlaceholder text |
| 400 | EEC5 #EEC55D | Disabled statesSecondary iconsMuted text |
| 500 | E9B5 #E9B52F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB98 #CB9815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A279 #A27911 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7356 #73560C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A37 #4A3708 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF3DF;
--olive-200: #F9E9C3;
--olive-300: #F4D995;
--olive-400: #EEC55D;
--olive-500: #E9B52F;
--olive-600: #CB9815;
--olive-700: #A27911;
--olive-800: #73560C;
--olive-900: #4A3708;
--olive-950: #2E2205;
}