Olive
#705E0F
YellowColor Codes
All color formats for development
HEX
#705E0FRGB
rgb(112, 94, 15)HSL
hsl(49, 76%, 25%)OKLCH
oklch(0.486 0.094 95)CMYK
cmyk(0%, 16%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65550E
2#5A4C0C
3#4F420B
4#433909
5#382F08
6#2D2606
7#221C05
8#161303
9#0B0902
Tints
Lighter variations
1#927B14
2#B49718
3#D5B31D
4#E3C335
5#E8CD57
6#EDD778
7#F1E19A
8#F6EBBC
9#FAF5DD
Tones
Muted variations
1#6B5B14
2#675819
3#62551E
4#5D5223
5#584F28
6#534C2C
7#4E4931
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 | FBF6 #FBF6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EE #F7EEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E1 #F1E198 | BordersInactive statesPlaceholder text |
| 400 | EAD1 #EAD162 | Disabled statesSecondary iconsMuted text |
| 500 | E3C3 #E3C335 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5A6 #C5A61B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D84 #9D8415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705E #705E0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483C #483C0A | 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: #FDFBF2;
--olive-100: #FBF6E0;
--olive-200: #F7EEC5;
--olive-300: #F1E198;
--olive-400: #EAD162;
--olive-500: #E3C335;
--olive-600: #C5A61B;
--olive-700: #9D8415;
--olive-800: #705E0F;
--olive-900: #483C0A;
--olive-950: #2D2606;
}