Olive
#6E4E12
OrangeColor Codes
All color formats for development
HEX
#6E4E12RGB
rgb(110, 78, 18)HSL
hsl(39, 72%, 25%)OKLCH
oklch(0.448 0.085 78.2)CMYK
cmyk(0%, 29%, 84%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#634610
2#583E0E
3#4D360C
4#422F0B
5#372709
6#2C1F07
7#211705
8#161004
9#0B0802
Tints
Lighter variations
1#8F6517
2#AF7C1D
3#D09322
4#DFA53A
5#E4B45B
6#EAC37B
7#EFD29C
8#F4E1BD
9#FAF0DE
Tones
Muted variations
1#694C16
2#644B1B
3#604920
4#5B4824
5#574729
6#52452D
7#4E4432
8#494337
9#44413B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF1 #FAF1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E5 #F6E5C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD1 #EFD19A | BordersInactive statesPlaceholder text |
| 400 | E6B9 #E6B965 | Disabled statesSecondary iconsMuted text |
| 500 | DFA5 #DFA53A | Primary brand colorCTAsActive elementsLinks |
| 600 | C188 #C1881F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A6D #9A6D19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4E #6E4E12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4632 #46320B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1F #2C1F07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDF9F2;
--olive-100: #FAF1E0;
--olive-200: #F6E5C6;
--olive-300: #EFD19A;
--olive-400: #E6B965;
--olive-500: #DFA53A;
--olive-600: #C1881F;
--olive-700: #9A6D19;
--olive-800: #6E4E12;
--olive-900: #46320B;
--olive-950: #2C1F07;
}