Olive
#6E5511
OrangeColor Codes
All color formats for development
HEX
#6E5511RGB
rgb(110, 85, 17)HSL
hsl(44, 73%, 25%)OKLCH
oklch(0.463 0.087 86.8)CMYK
cmyk(0%, 23%, 85%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#634D0F
2#58440E
3#4D3C0C
4#42330A
5#372B09
6#2C2207
7#211A05
8#161103
9#0B0902
Tints
Lighter variations
1#8F6F16
2#B0891C
3#D2A221
4#E0B338
5#E5C05A
6#EACD7B
7#F0D99C
8#F5E6BD
9#FAF2DE
Tones
Muted variations
1#6A5316
2#65511B
3#604F1F
4#5C4D24
5#574B28
6#52482D
7#4E4632
8#494436
9#44423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF3 #FAF3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E9 #F6E9C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD8 #EFD89A | BordersInactive statesPlaceholder text |
| 400 | E7C4 #E7C465 | Disabled statesSecondary iconsMuted text |
| 500 | E0B3 #E0B338 | Primary brand colorCTAsActive elementsLinks |
| 600 | C296 #C2961E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A78 #9A7818 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E55 #6E5511 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4737 #47370B | Primary textHigh emphasis contentDark headings |
| 950 | 2C22 #2C2207 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF2;
--olive-100: #FAF3E0;
--olive-200: #F6E9C6;
--olive-300: #EFD89A;
--olive-400: #E7C465;
--olive-500: #E0B338;
--olive-600: #C2961E;
--olive-700: #9A7818;
--olive-800: #6E5511;
--olive-900: #47370B;
--olive-950: #2C2207;
}