Olive
#715F0F
YellowColor Codes
All color formats for development
HEX
#715F0FRGB
rgb(113, 95, 15)HSL
hsl(49, 77%, 25%)OKLCH
oklch(0.489 0.095 95.1)CMYK
cmyk(0%, 16%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66550D
2#5A4C0C
3#4F420A
4#443909
5#382F07
6#2D2606
7#221C04
8#171303
9#0B0901
Tints
Lighter variations
1#937B13
2#B59817
3#D6B41C
4#E5C434
5#E9CE56
6#EDD878
7#F2E299
8#F6EBBB
9#FBF5DD
Tones
Muted variations
1#6C5C14
2#675918
3#62561D
4#5D5222
5#584F27
6#534C2C
7#4E4931
8#4A4636
9#45433B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EE #F7EEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E1 #F2E197 | BordersInactive statesPlaceholder text |
| 400 | EAD1 #EAD161 | Disabled statesSecondary iconsMuted text |
| 500 | E5C4 #E5C434 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7A7 #C7A71A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E85 #9E8515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715F #715F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483D #483D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D26 #2D2606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF1;
--olive-100: #FBF6DF;
--olive-200: #F7EEC4;
--olive-300: #F2E197;
--olive-400: #EAD161;
--olive-500: #E5C434;
--olive-600: #C7A71A;
--olive-700: #9E8515;
--olive-800: #715F0F;
--olive-900: #483D09;
--olive-950: #2D2606;
}