Olive
#6E5111
OrangeColor Codes
All color formats for development
HEX
#6E5111RGB
rgb(110, 81, 17)HSL
hsl(41, 73%, 25%)OKLCH
oklch(0.454 0.086 82.1)CMYK
cmyk(0%, 26%, 85%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#63490F
2#58410E
3#4D390C
4#42300A
5#372809
6#2C2007
7#211805
8#161003
9#0B0802
Tints
Lighter variations
1#8F6916
2#B0811C
3#D29A21
4#E0AB38
5#E5B95A
6#EAC77B
7#F0D59C
8#F5E3BD
9#FAF1DE
Tones
Muted variations
1#6A4F16
2#654D1B
3#604C1F
4#5C4A24
5#574828
6#52472D
7#4E4532
8#494336
9#44413B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF2 #FAF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E7 #F6E7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD4 #EFD49A | BordersInactive statesPlaceholder text |
| 400 | E7BE #E7BE65 | Disabled statesSecondary iconsMuted text |
| 500 | E0AB #E0AB38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C28E #C28E1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A71 #9A7118 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E51 #6E5111 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4734 #47340B | Primary textHigh emphasis contentDark headings |
| 950 | 2C20 #2C2007 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDF9F2;
--olive-100: #FAF2E0;
--olive-200: #F6E7C6;
--olive-300: #EFD49A;
--olive-400: #E7BE65;
--olive-500: #E0AB38;
--olive-600: #C28E1E;
--olive-700: #9A7118;
--olive-800: #6E5111;
--olive-900: #47340B;
--olive-950: #2C2007;
}