Olive
#A27B11
OrangeColor Codes
All color formats for development
HEX
#A27B11RGB
rgb(162, 123, 17)HSL
hsl(44, 81%, 35%)OKLCH
oklch(0.605 0.12 85.3)CMYK
cmyk(0%, 24%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#916F0F
2#81620E
3#71560C
4#614A0A
5#513D08
6#413107
7#302505
8#201903
9#100C02
Tints
Lighter variations
1#C09214
2#DEA917
3#E9B72D
4#ECC14B
5#EFCB69
6#F2D687
7#F6E0A5
8#F9EAC3
9#FCF5E1
Tones
Muted variations
1#9A7818
2#93741F
3#8C7127
4#856D2E
5#7D6A35
6#76673C
7#6F6344
8#68604B
9#605D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF4 #FCF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EA #F9EAC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4DB #F4DB95 | BordersInactive statesPlaceholder text |
| 400 | EEC7 #EEC75D | Disabled statesSecondary iconsMuted text |
| 500 | E9B8 #E9B82F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB9B #CB9B15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A27B #A27B11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7358 #73580C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A38 #4A3808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E23 #2E2305 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF4DF;
--olive-200: #F9EAC3;
--olive-300: #F4DB95;
--olive-400: #EEC75D;
--olive-500: #E9B82F;
--olive-600: #CB9B15;
--olive-700: #A27B11;
--olive-800: #73580C;
--olive-900: #4A3808;
--olive-950: #2E2305;
}