Olive
#6E4F11
OrangeColor Codes
All color formats for development
HEX
#6E4F11RGB
rgb(110, 79, 17)HSL
hsl(40, 73%, 25%)OKLCH
oklch(0.45 0.085 79.7)CMYK
cmyk(0%, 28%, 85%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#63470F
2#583F0E
3#4D370C
4#42300A
5#372809
6#2C2007
7#211805
8#161003
9#0B0802
Tints
Lighter variations
1#8F6716
2#B07F1C
3#D29721
4#E0A838
5#E5B75A
6#EAC57B
7#F0D49C
8#F5E2BD
9#FAF1DE
Tones
Muted variations
1#6A4E16
2#654C1B
3#604B1F
4#5C4924
5#574828
6#52462D
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 | F6E6 #F6E6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD3 #EFD39A | BordersInactive statesPlaceholder text |
| 400 | E7BB #E7BB65 | Disabled statesSecondary iconsMuted text |
| 500 | E0A8 #E0A838 | Primary brand colorCTAsActive elementsLinks |
| 600 | C28C #C28C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A6F #9A6F18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4F #6E4F11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4733 #47330B | 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: #FAF1E0;
--olive-200: #F6E6C6;
--olive-300: #EFD39A;
--olive-400: #E7BB65;
--olive-500: #E0A838;
--olive-600: #C28C1E;
--olive-700: #9A6F18;
--olive-800: #6E4F11;
--olive-900: #47330B;
--olive-950: #2C2007;
}