Olive
#A07813
OrangeColor Codes
All color formats for development
HEX
#A07813RGB
rgb(160, 120, 19)HSL
hsl(43, 79%, 35%)OKLCH
oklch(0.597 0.117 83.9)CMYK
cmyk(0%, 25%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#906C11
2#80600F
3#70540D
4#60480B
5#503C09
6#403007
7#302406
8#201804
9#100C02
Tints
Lighter variations
1#BD8E16
2#DBA41A
3#E7B32F
4#EABE4D
5#EEC86B
6#F1D388
7#F5DEA6
8#F8E9C4
9#FCF4E1
Tones
Muted variations
1#99751A
2#927221
3#8B6F28
4#846C2F
5#7D6936
6#75653D
7#6E6244
8#675F4B
9#605C52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E9 #F8E9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D8 #F3D896 | BordersInactive statesPlaceholder text |
| 400 | ECC4 #ECC45F | Disabled statesSecondary iconsMuted text |
| 500 | E7B4 #E7B432 | Primary brand colorCTAsActive elementsLinks |
| 600 | C997 #C99718 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A078 #A07813 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7256 #72560D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4937 #493709 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF3DF;
--olive-200: #F8E9C4;
--olive-300: #F3D896;
--olive-400: #ECC45F;
--olive-500: #E7B432;
--olive-600: #C99718;
--olive-700: #A07813;
--olive-800: #72560D;
--olive-900: #493709;
--olive-950: #2E2205;
}