Olive
#706010
YellowColor Codes
All color formats for development
HEX
#706010RGB
rgb(112, 96, 16)HSL
hsl(50, 75%, 25%)OKLCH
oklch(0.49 0.095 96.8)CMYK
cmyk(0%, 14%, 86%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64560E
2#594D0D
3#4E430B
4#43390A
5#383008
6#2D2606
7#211D05
8#161303
9#0B0A02
Tints
Lighter variations
1#917C15
2#B39919
3#D4B61E
4#E2C636
5#E7CF58
6#ECD979
7#F1E29B
8#F5ECBC
9#FAF5DE
Tones
Muted variations
1#6B5C15
2#665919
3#61561E
4#5C5323
5#585028
6#534D2D
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 | F0E2 #F0E298 | BordersInactive statesPlaceholder text |
| 400 | E9D2 #E9D263 | Disabled statesSecondary iconsMuted text |
| 500 | E2C6 #E2C636 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4A8 #C4A81C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C86 #9C8616 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7060 #706010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 473D #473D0A | 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: #F0E298;
--olive-400: #E9D263;
--olive-500: #E2C636;
--olive-600: #C4A81C;
--olive-700: #9C8616;
--olive-800: #706010;
--olive-900: #473D0A;
--olive-950: #2D2606;
}