Olive
#A07513
OrangeColor Codes
All color formats for development
HEX
#A07513RGB
rgb(160, 117, 19)HSL
hsl(42, 79%, 35%)OKLCH
oklch(0.59 0.116 81.5)CMYK
cmyk(0%, 27%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#906A11
2#805E0F
3#70520D
4#60460B
5#503B09
6#402F07
7#302306
8#201704
9#100C02
Tints
Lighter variations
1#BD8B16
2#DBA11A
3#E7B02F
4#EABB4D
5#EEC66B
6#F1D288
7#F5DDA6
8#F8E8C4
9#FCF4E1
Tones
Muted variations
1#99731A
2#927021
3#8B6D28
4#846A2F
5#7D6736
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 | F8E8 #F8E8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D7 #F3D796 | BordersInactive statesPlaceholder text |
| 400 | ECC2 #ECC25F | Disabled statesSecondary iconsMuted text |
| 500 | E7B1 #E7B132 | Primary brand colorCTAsActive elementsLinks |
| 600 | C994 #C99418 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A075 #A07513 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7254 #72540D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4936 #493609 | 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: #F8E8C4;
--olive-300: #F3D796;
--olive-400: #ECC25F;
--olive-500: #E7B132;
--olive-600: #C99418;
--olive-700: #A07513;
--olive-800: #72540D;
--olive-900: #493609;
--olive-950: #2E2205;
}