Olive
#715E0E
YellowColor Codes
All color formats for development
HEX
#715E0ERGB
rgb(113, 94, 14)HSL
hsl(48, 78%, 25%)OKLCH
oklch(0.487 0.095 94.2)CMYK
cmyk(0%, 17%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66540D
2#5B4B0B
3#4F420A
4#443808
5#392F07
6#2D2506
7#221C04
8#171303
9#0B0901
Tints
Lighter variations
1#947A12
2#B69616
3#D8B21B
4#E6C233
5#EACC55
6#EED677
7#F2E099
8#F7EBBB
9#FBF5DD
Tones
Muted variations
1#6D5B13
2#685818
3#63551D
4#5E5222
5#594F27
6#544C2C
7#4F4931
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 | F8ED #F8EDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E0 #F2E097 | BordersInactive statesPlaceholder text |
| 400 | EBD0 #EBD060 | Disabled statesSecondary iconsMuted text |
| 500 | E6C2 #E6C233 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8A5 #C8A519 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F83 #9F8314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715E #715E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493C #493C09 | 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: #FBF6DF;
--olive-200: #F8EDC4;
--olive-300: #F2E097;
--olive-400: #EBD060;
--olive-500: #E6C233;
--olive-600: #C8A519;
--olive-700: #9F8314;
--olive-800: #715E0E;
--olive-900: #493C09;
--olive-950: #2D2506;
}