Olive
#715C0F
YellowColor Codes
All color formats for development
HEX
#715C0FRGB
rgb(113, 92, 15)HSL
hsl(47, 77%, 25%)OKLCH
oklch(0.482 0.093 92.1)CMYK
cmyk(0%, 19%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66520D
2#5A490C
3#4F400A
4#443709
5#382E07
6#2D2506
7#221B04
8#171203
9#0B0901
Tints
Lighter variations
1#937713
2#B59317
3#D6AE1C
4#E5BE34
5#E9C956
6#EDD478
7#F2DF99
8#F6E9BB
9#FBF4DD
Tones
Muted variations
1#6C5914
2#675618
3#62531D
4#5D5022
5#584E27
6#534B2C
7#4E4831
8#4A4536
9#45433B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF5 #FBF5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EC #F7ECC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DE #F2DE97 | BordersInactive statesPlaceholder text |
| 400 | EACD #EACD61 | Disabled statesSecondary iconsMuted text |
| 500 | E5BE #E5BE34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7A1 #C7A11A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E80 #9E8015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715C #715C0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483B #483B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D25 #2D2506 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF1;
--olive-100: #FBF5DF;
--olive-200: #F7ECC4;
--olive-300: #F2DE97;
--olive-400: #EACD61;
--olive-500: #E5BE34;
--olive-600: #C7A11A;
--olive-700: #9E8015;
--olive-800: #715C0F;
--olive-900: #483B09;
--olive-950: #2D2506;
}