Olive
#71660E
YellowColor Codes
All color formats for development
HEX
#71660ERGB
rgb(113, 102, 14)HSL
hsl(53, 78%, 25%)OKLCH
oklch(0.505 0.101 101.5)CMYK
cmyk(0%, 10%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#665C0D
2#5B510B
3#4F470A
4#443D08
5#393307
6#2D2906
7#221F04
8#171403
9#0B0A01
Tints
Lighter variations
1#948412
2#B6A316
3#D8C21B
4#E6D133
5#EAD955
6#EEE077
7#F2E899
8#F7F0BB
9#FBF7DD
Tones
Muted variations
1#6D6213
2#685E18
3#635A1D
4#5E5722
5#595327
6#544F2C
7#4F4B31
8#4A4736
9#45443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F2 #F8F2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E7 #F2E797 | BordersInactive statesPlaceholder text |
| 400 | EBDB #EBDB60 | Disabled statesSecondary iconsMuted text |
| 500 | E6D1 #E6D133 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B3 #C8B319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F8F #9F8F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7166 #71660E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4941 #494109 | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF8DF;
--olive-200: #F8F2C4;
--olive-300: #F2E797;
--olive-400: #EBDB60;
--olive-500: #E6D133;
--olive-600: #C8B319;
--olive-700: #9F8F14;
--olive-800: #71660E;
--olive-900: #494109;
--olive-950: #2D2906;
}