Olive
#75530B
OrangeColor Codes
All color formats for development
HEX
#75530BRGB
rgb(117, 83, 11)HSL
hsl(41, 83%, 25%)OKLCH
oklch(0.467 0.092 79.7)CMYK
cmyk(0%, 29%, 91%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#694B0A
2#5D4309
3#523A08
4#463207
5#3A2A05
6#2F2104
7#231903
8#171102
9#0C0801
Tints
Lighter variations
1#986C0E
2#BB8511
3#DE9E15
4#EBAF2D
5#EFBC50
6#F2CA73
7#F5D796
8#F8E4B9
9#FCF2DC
Tones
Muted variations
1#6F5110
2#6A4F15
3#654D1B
4#5F4B20
5#5A4925
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 | F9E8 #F9E8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D6 #F5D694 | BordersInactive statesPlaceholder text |
| 400 | F0C1 #F0C15C | Disabled statesSecondary iconsMuted text |
| 500 | EBAF #EBAF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD92 #CD9213 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A374 #A3740F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7553 #75530B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B35 #4B3507 | Primary textHigh emphasis contentDark headings |
| 950 | 2F21 #2F2104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF3DE;
--olive-200: #F9E8C2;
--olive-300: #F5D694;
--olive-400: #F0C15C;
--olive-500: #EBAF2D;
--olive-600: #CD9213;
--olive-700: #A3740F;
--olive-800: #75530B;
--olive-900: #4B3507;
--olive-950: #2F2104;
}