Olive
#71680E
YellowColor Codes
All color formats for development
HEX
#71680ERGB
rgb(113, 104, 14)HSL
hsl(55, 78%, 25%)OKLCH
oklch(0.51 0.102 103.2)CMYK
cmyk(0%, 8%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#665F0D
2#5B540B
3#4F4A0A
4#443F08
5#393507
6#2D2A06
7#222004
8#171503
9#0B0B01
Tints
Lighter variations
1#948912
2#B6A816
3#D8C81B
4#E6D733
5#EADE55
6#EEE477
7#F2EB99
8#F7F2BB
9#FBF8DD
Tones
Muted variations
1#6D6513
2#686118
3#635D1D
4#5E5922
5#595427
6#54502C
7#4F4C31
8#4A4836
9#45443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EA #F2EA97 | BordersInactive statesPlaceholder text |
| 400 | EBE0 #EBE060 | Disabled statesSecondary iconsMuted text |
| 500 | E6D7 #E6D733 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B9 #C8B919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F93 #9F9314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7169 #71690E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2A #2D2A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF9DF;
--olive-200: #F8F3C4;
--olive-300: #F2EA97;
--olive-400: #EBE060;
--olive-500: #E6D733;
--olive-600: #C8B919;
--olive-700: #9F9314;
--olive-800: #71690E;
--olive-900: #494309;
--olive-950: #2D2A06;
}