Olive
#71620F
YellowColor Codes
All color formats for development
HEX
#71620FRGB
rgb(113, 98, 15)HSL
hsl(51, 77%, 25%)OKLCH
oklch(0.496 0.097 98)CMYK
cmyk(0%, 13%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66580D
2#5A4E0C
3#4F450A
4#443B09
5#383107
6#2D2706
7#221D04
8#171403
9#0B0A01
Tints
Lighter variations
1#938013
2#B59D17
3#D6BA1C
4#E5CA34
5#E9D356
6#EDDC78
7#F2E599
8#F6EDBB
9#FBF6DD
Tones
Muted variations
1#6C5F14
2#675B18
3#62581D
4#5D5422
5#585127
6#534D2C
7#4E4A31
8#4A4736
9#45433B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F0 #F7F0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E4 #F2E497 | BordersInactive statesPlaceholder text |
| 400 | EAD6 #EAD661 | Disabled statesSecondary iconsMuted text |
| 500 | E5CA #E5CA34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7AD #C7AD1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E89 #9E8915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7162 #71620F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483F #483F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D27 #2D2706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF1;
--olive-100: #FBF7DF;
--olive-200: #F7F0C4;
--olive-300: #F2E497;
--olive-400: #EAD661;
--olive-500: #E5CA34;
--olive-600: #C7AD1A;
--olive-700: #9E8915;
--olive-800: #71620F;
--olive-900: #483F09;
--olive-950: #2D2706;
}