Olive
#6E5711
YellowColor Codes
All color formats for development
HEX
#6E5711RGB
rgb(110, 87, 17)HSL
hsl(45, 73%, 25%)OKLCH
oklch(0.468 0.088 89.1)CMYK
cmyk(0%, 21%, 85%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#634E0F
2#58460E
3#4D3D0C
4#42340A
5#372C09
6#2C2307
7#211A05
8#161103
9#0B0902
Tints
Lighter variations
1#8F7116
2#B08B1C
3#D2A521
4#E0B638
5#E5C25A
6#EACE7B
7#F0DB9C
8#F5E7BD
9#FAF3DE
Tones
Muted variations
1#6A5516
2#65521B
3#60501F
4#5C4E24
5#574B28
6#52492D
7#4E4732
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 | FAF4 #FAF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6EA #F6EAC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDA #EFDA9A | BordersInactive statesPlaceholder text |
| 400 | E7C6 #E7C665 | Disabled statesSecondary iconsMuted text |
| 500 | E0B6 #E0B638 | Primary brand colorCTAsActive elementsLinks |
| 600 | C299 #C2991E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A7A #9A7A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E57 #6E5711 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4738 #47380B | Primary textHigh emphasis contentDark headings |
| 950 | 2C23 #2C2307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF2;
--olive-100: #FAF4E0;
--olive-200: #F6EAC6;
--olive-300: #EFDA9A;
--olive-400: #E7C665;
--olive-500: #E0B638;
--olive-600: #C2991E;
--olive-700: #9A7A18;
--olive-800: #6E5711;
--olive-900: #47380B;
--olive-950: #2C2307;
}