Olive
#7C4C03
OrangeColor Codes
All color formats for development
HEX
#7C4C03RGB
rgb(124, 76, 3)HSL
hsl(36, 95%, 25%)OKLCH
oklch(0.461 0.1 68.3)CMYK
cmyk(0%, 39%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#704403
2#633D03
3#573502
4#4B2E02
5#3E2602
6#321E01
7#251701
8#190F01
9#0C0800
Tints
Lighter variations
1#A26304
2#C77905
3#EC9006
4#F9A21F
5#FAB245
6#FBC16A
7#FCD18F
8#FDE0B4
9#FEF0DA
Tones
Muted variations
1#764B09
2#70490F
3#6A4815
4#64471B
5#5E4621
6#584528
7#52432E
8#4C4234
9#46413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF1 #FEF1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE4 #FDE4BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCCF #FCCF8D | BordersInactive statesPlaceholder text |
| 400 | FBB7 #FBB751 | Disabled statesSecondary iconsMuted text |
| 500 | F9A2 #F9A21F | Primary brand colorCTAsActive elementsLinks |
| 600 | DB86 #DB8606 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE6A #AE6A04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C4C #7C4C03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5031 #503102 | Primary textHigh emphasis contentDark headings |
| 950 | 321E #321E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFF9F0;
--olive-100: #FEF1DC;
--olive-200: #FDE4BE;
--olive-300: #FCCF8D;
--olive-400: #FBB751;
--olive-500: #F9A21F;
--olive-600: #DB8606;
--olive-700: #AE6A04;
--olive-800: #7C4C03;
--olive-900: #503102;
--olive-950: #321E01;
}