Olive
#70580F
YellowColor Codes
All color formats for development
HEX
#70580FRGB
rgb(112, 88, 15)HSL
hsl(45, 76%, 25%)OKLCH
oklch(0.472 0.09 88.8)CMYK
cmyk(0%, 21%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#654F0E
2#5A460C
3#4F3E0B
4#433509
5#382C08
6#2D2306
7#221A05
8#161203
9#0B0902
Tints
Lighter variations
1#927214
2#B48D18
3#D5A71D
4#E3B835
5#E8C457
6#EDD078
7#F1DB9A
8#F6E7BC
9#FAF3DD
Tones
Muted variations
1#6B5614
2#675319
3#62511E
4#5D4E23
5#584C28
6#53492C
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 | F1DB #F1DB98 | BordersInactive statesPlaceholder text |
| 400 | EAC8 #EAC862 | Disabled statesSecondary iconsMuted text |
| 500 | E3B8 #E3B835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C59B #C59B1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D7B #9D7B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7058 #70580F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4838 #48380A | 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: #F1DB98;
--olive-400: #EAC862;
--olive-500: #E3B835;
--olive-600: #C59B1B;
--olive-700: #9D7B15;
--olive-800: #70580F;
--olive-900: #48380A;
--olive-950: #2D2306;
}