Olive
#705D0F
YellowColor Codes
All color formats for development
HEX
#705D0FRGB
rgb(112, 93, 15)HSL
hsl(48, 76%, 25%)OKLCH
oklch(0.483 0.093 94)CMYK
cmyk(0%, 17%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65540E
2#5A4A0C
3#4F410B
4#433809
5#382E08
6#2D2506
7#221C05
8#161303
9#0B0902
Tints
Lighter variations
1#927914
2#B49518
3#D5B01D
4#E3C135
5#E8CB57
6#EDD578
7#F1E09A
8#F6EABC
9#FAF5DD
Tones
Muted variations
1#6B5A14
2#675719
3#62541E
4#5D5123
5#584E28
6#534B2C
7#4E4831
8#494636
9#45433B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF5 #FBF5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7ED #F7EDC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DF #F1DF98 | BordersInactive statesPlaceholder text |
| 400 | EACE #EACE62 | Disabled statesSecondary iconsMuted text |
| 500 | E3C1 #E3C135 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5A3 #C5A31B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D82 #9D8215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705D #705D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483B #483B0A | 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: #FDFBF2;
--olive-100: #FBF5E0;
--olive-200: #F7EDC5;
--olive-300: #F1DF98;
--olive-400: #EACE62;
--olive-500: #E3C135;
--olive-600: #C5A31B;
--olive-700: #9D8215;
--olive-800: #705D0F;
--olive-900: #483B0A;
--olive-950: #2D2506;
}