Olive
#70550F
OrangeColor Codes
All color formats for development
HEX
#70550FRGB
rgb(112, 85, 15)HSL
hsl(43, 76%, 25%)OKLCH
oklch(0.465 0.089 85.4)CMYK
cmyk(0%, 24%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#654C0E
2#5A440C
3#4F3B0B
4#433309
5#382A08
6#2D2206
7#221905
8#161103
9#0B0802
Tints
Lighter variations
1#926E14
2#B48818
3#D5A11D
4#E3B235
5#E8BF57
6#EDCC78
7#F1D99A
8#F6E5BC
9#FAF2DD
Tones
Muted variations
1#6B5314
2#675119
3#624E1E
4#5D4C23
5#584A28
6#53482C
7#4E4631
8#494436
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E9 #F7E9C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D8 #F1D898 | BordersInactive statesPlaceholder text |
| 400 | EAC3 #EAC362 | Disabled statesSecondary iconsMuted text |
| 500 | E3B2 #E3B235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C595 #C5951B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D77 #9D7715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7055 #70550F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4836 #48360A | Primary textHigh emphasis contentDark headings |
| 950 | 2D22 #2D2206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF2;
--olive-100: #FBF3E0;
--olive-200: #F7E9C5;
--olive-300: #F1D898;
--olive-400: #EAC362;
--olive-500: #E3B235;
--olive-600: #C5951B;
--olive-700: #9D7715;
--olive-800: #70550F;
--olive-900: #48360A;
--olive-950: #2D2206;
}