Olive
#74550B
OrangeColor Codes
All color formats for development
HEX
#74550BRGB
rgb(116, 85, 11)HSL
hsl(42, 83%, 25%)OKLCH
oklch(0.47 0.092 82.7)CMYK
cmyk(0%, 27%, 91%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#694C0A
2#5D4409
3#523B08
4#463307
5#3A2A05
6#2F2204
7#231903
8#171102
9#0C0801
Tints
Lighter variations
1#986E0E
2#BB8811
3#DEA115
4#EBB22D
5#EFBF50
6#F2CC73
7#F5D996
8#F8E5B9
9#FCF2DC
Tones
Muted variations
1#6F5310
2#6A5115
3#654F1B
4#5F4C20
5#5A4A25
6#55482B
7#504630
8#4A4435
9#45423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E9 #F9E9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D8 #F5D894 | BordersInactive statesPlaceholder text |
| 400 | F0C3 #F0C35C | Disabled statesSecondary iconsMuted text |
| 500 | EBB2 #EBB22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD95 #CD9513 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A377 #A3770F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7555 #75550B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B36 #4B3607 | Primary textHigh emphasis contentDark headings |
| 950 | 2F22 #2F2204 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF3DE;
--olive-200: #F9E9C2;
--olive-300: #F5D894;
--olive-400: #F0C35C;
--olive-500: #EBB22D;
--olive-600: #CD9513;
--olive-700: #A3770F;
--olive-800: #75550B;
--olive-900: #4B3607;
--olive-950: #2F2204;
}