Olive
#A08B13
YellowColor Codes
All color formats for development
HEX
#A08B13RGB
rgb(160, 139, 19)HSL
hsl(51, 79%, 35%)OKLCH
oklch(0.637 0.127 98)CMYK
cmyk(0%, 13%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#907D11
2#806F0F
3#70610D
4#60530B
5#504509
6#403707
7#302A06
8#201C04
9#100E02
Tints
Lighter variations
1#BDA416
2#DBBE1A
3#E7CB2F
4#EAD34D
5#EEDA6B
6#F1E188
7#F5E9A6
8#F8F0C4
9#FCF8E1
Tones
Muted variations
1#99861A
2#928121
3#8B7C28
4#84772F
5#7D7236
6#756D3D
7#6E6844
8#67634B
9#605E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F0 #F8F0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E5 #F3E596 | BordersInactive statesPlaceholder text |
| 400 | ECD7 #ECD75F | Disabled statesSecondary iconsMuted text |
| 500 | E7CC #E7CC32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9AE #C9AE18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A08B #A08B13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7263 #72630D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493F #493F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E28 #2E2805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF7DF;
--olive-200: #F8F0C4;
--olive-300: #F3E596;
--olive-400: #ECD75F;
--olive-500: #E7CC32;
--olive-600: #C9AE18;
--olive-700: #A08B13;
--olive-800: #72630D;
--olive-900: #493F09;
--olive-950: #2E2805;
}