Olive
#705810
YellowColor Codes
All color formats for development
HEX
#705810RGB
rgb(112, 88, 16)HSL
hsl(45, 75%, 25%)OKLCH
oklch(0.472 0.09 88.6)CMYK
cmyk(0%, 21%, 86%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#644F0E
2#59460D
3#4E3D0B
4#43350A
5#382C08
6#2D2306
7#211A05
8#161203
9#0B0902
Tints
Lighter variations
1#917215
2#B38C19
3#D4A71E
4#E2B736
5#E7C358
6#ECCF79
7#F1DB9B
8#F5E7BC
9#FAF3DE
Tones
Muted variations
1#6B5515
2#665319
3#61501E
4#5C4E23
5#584C28
6#53492D
7#4E4731
8#494536
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EA #F7EAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0DA #F0DA98 | BordersInactive statesPlaceholder text |
| 400 | E9C7 #E9C763 | Disabled statesSecondary iconsMuted text |
| 500 | E2B7 #E2B736 | Primary brand colorCTAsActive elementsLinks |
| 600 | C49A #C49A1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C7B #9C7B16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7058 #705810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4738 #47380A | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF2;
--olive-100: #FBF4E0;
--olive-200: #F7EAC5;
--olive-300: #F0DA98;
--olive-400: #E9C763;
--olive-500: #E2B736;
--olive-600: #C49A1C;
--olive-700: #9C7B16;
--olive-800: #705810;
--olive-900: #47380A;
--olive-950: #2D2306;
}