Olive
#6E5212
OrangeColor Codes
All color formats for development
HEX
#6E5212RGB
rgb(110, 82, 18)HSL
hsl(42, 72%, 25%)OKLCH
oklch(0.457 0.086 83.1)CMYK
cmyk(0%, 25%, 84%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#634A10
2#58420E
3#4D390C
4#42310B
5#372909
6#2C2107
7#211905
8#161004
9#0B0802
Tints
Lighter variations
1#8F6B17
2#AF831D
3#D09C22
4#DFAD3A
5#E4BB5B
6#EAC97B
7#EFD69C
8#F4E4BD
9#FAF1DE
Tones
Muted variations
1#695016
2#644E1B
3#604D20
4#5B4B24
5#574929
6#52472D
7#4E4532
8#494337
9#44423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF2 #FAF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E7 #F6E7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD5 #EFD59A | BordersInactive statesPlaceholder text |
| 400 | E6BF #E6BF65 | Disabled statesSecondary iconsMuted text |
| 500 | DFAD #DFAD3A | Primary brand colorCTAsActive elementsLinks |
| 600 | C191 #C1911F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A73 #9A7319 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E52 #6E5212 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4635 #46350B | Primary textHigh emphasis contentDark headings |
| 950 | 2C21 #2C2107 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF2;
--olive-100: #FAF2E0;
--olive-200: #F6E7C6;
--olive-300: #EFD59A;
--olive-400: #E6BF65;
--olive-500: #DFAD3A;
--olive-600: #C1911F;
--olive-700: #9A7319;
--olive-800: #6E5212;
--olive-900: #46350B;
--olive-950: #2C2107;
}