Olive
#6E5D11
YellowColor Codes
All color formats for development
HEX
#6E5D11RGB
rgb(110, 93, 17)HSL
hsl(49, 73%, 25%)OKLCH
oklch(0.481 0.092 95.5)CMYK
cmyk(0%, 15%, 85%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#63540F
2#584B0E
3#4D410C
4#42380A
5#372F09
6#2C2507
7#211C05
8#161303
9#0B0902
Tints
Lighter variations
1#8F7916
2#B0951C
3#D2B121
4#E0C138
5#E5CC5A
6#EAD67B
7#F0E09C
8#F5EABD
9#FAF5DE
Tones
Muted variations
1#6A5A16
2#65571B
3#60541F
4#5C5124
5#574E28
6#524C2D
7#4E4932
8#494636
9#44433B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF5 #FAF5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6ED #F6EDC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDF #EFDF9A | BordersInactive statesPlaceholder text |
| 400 | E7CF #E7CF65 | Disabled statesSecondary iconsMuted text |
| 500 | E0C1 #E0C138 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2A4 #C2A41E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A83 #9A8318 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E5D #6E5D11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 473C #473C0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C25 #2C2507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF2;
--olive-100: #FAF5E0;
--olive-200: #F6EDC6;
--olive-300: #EFDF9A;
--olive-400: #E7CF65;
--olive-500: #E0C138;
--olive-600: #C2A41E;
--olive-700: #9A8318;
--olive-800: #6E5D11;
--olive-900: #473C0B;
--olive-950: #2C2507;
}