Olive
#716A0F
YellowColor Codes
All color formats for development
HEX
#716A0FRGB
rgb(113, 106, 15)HSL
hsl(56, 77%, 25%)OKLCH
oklch(0.515 0.104 104.7)CMYK
cmyk(0%, 6%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66600D
2#5A550C
3#4F4A0A
4#444009
5#383507
6#2D2B06
7#222004
8#171503
9#0B0B01
Tints
Lighter variations
1#938A13
2#B5AA17
3#D6CA1C
4#E5D934
5#E9DF56
6#EDE678
7#F2EC99
8#F6F2BB
9#FBF9DD
Tones
Muted variations
1#6C6614
2#676218
3#625E1D
4#5D5922
5#585527
6#53512C
7#4E4D31
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 | F7F4 #F7F4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EB #F2EB97 | BordersInactive statesPlaceholder text |
| 400 | EAE1 #EAE161 | Disabled statesSecondary iconsMuted text |
| 500 | E5D9 #E5D934 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7BB #C7BB1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E95 #9E9515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716A #716A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4844 #484409 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2B #2D2B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF9DF;
--olive-200: #F7F4C4;
--olive-300: #F2EB97;
--olive-400: #EAE161;
--olive-500: #E5D934;
--olive-600: #C7BB1A;
--olive-700: #9E9515;
--olive-800: #716A0F;
--olive-900: #484409;
--olive-950: #2D2B06;
}