Olive
#6E4E11
OrangeColor Codes
All color formats for development
HEX
#6E4E11RGB
rgb(110, 78, 17)HSL
hsl(39, 73%, 25%)OKLCH
oklch(0.448 0.085 78.5)CMYK
cmyk(0%, 29%, 85%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#63460F
2#583E0E
3#4D360C
4#422F0A
5#372709
6#2C1F07
7#211705
8#161003
9#0B0802
Tints
Lighter variations
1#8F6516
2#B07C1C
3#D29421
4#E0A538
5#E5B45A
6#EAC37B
7#F0D29C
8#F5E1BD
9#FAF0DE
Tones
Muted variations
1#6A4C16
2#654B1B
3#604A1F
4#5C4824
5#574728
6#52452D
7#4E4432
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 | FAF1 #FAF1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E5 #F6E5C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD1 #EFD19A | BordersInactive statesPlaceholder text |
| 400 | E7B9 #E7B965 | Disabled statesSecondary iconsMuted text |
| 500 | E0A5 #E0A538 | Primary brand colorCTAsActive elementsLinks |
| 600 | C289 #C2891E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A6D #9A6D18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4E #6E4E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4732 #47320B | 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: #E7B965;
--olive-500: #E0A538;
--olive-600: #C2891E;
--olive-700: #9A6D18;
--olive-800: #6E4E11;
--olive-900: #47320B;
--olive-950: #2C1F07;
}