Olive
#75510B
OrangeColor Codes
All color formats for development
HEX
#75510BRGB
rgb(117, 81, 11)HSL
hsl(40, 83%, 25%)OKLCH
oklch(0.463 0.092 77.4)CMYK
cmyk(0%, 31%, 91%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69490A
2#5D4109
3#523908
4#463107
5#3A2905
6#2F2104
7#231803
8#171002
9#0C0801
Tints
Lighter variations
1#986A0E
2#BB8211
3#DE9B15
4#EBAC2D
5#EFBA50
6#F2C873
7#F5D596
8#F8E3B9
9#FCF1DC
Tones
Muted variations
1#6F5010
2#6A4E15
3#654C1B
4#5F4A20
5#5A4925
6#55472B
7#504530
8#4A4335
9#45423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E7 #F9E7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D5 #F5D594 | BordersInactive statesPlaceholder text |
| 400 | F0BE #F0BE5C | Disabled statesSecondary iconsMuted text |
| 500 | EBAC #EBAC2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD8F #CD8F13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A372 #A3720F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7551 #75510B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B34 #4B3407 | 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: #FEF9F1;
--olive-100: #FCF2DE;
--olive-200: #F9E7C2;
--olive-300: #F5D594;
--olive-400: #F0BE5C;
--olive-500: #EBAC2D;
--olive-600: #CD8F13;
--olive-700: #A3720F;
--olive-800: #75510B;
--olive-900: #4B3407;
--olive-950: #2F2104;
}