Olive
#A08F13
YellowColor Codes
All color formats for development
HEX
#A08F13RGB
rgb(160, 143, 19)HSL
hsl(53, 79%, 35%)OKLCH
oklch(0.646 0.13 100.5)CMYK
cmyk(0%, 11%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#908111
2#80730F
3#70640D
4#60560B
5#504809
6#403907
7#302B06
8#201D04
9#100E02
Tints
Lighter variations
1#BDAA16
2#DBC51A
3#E7D12F
4#EAD84D
5#EEDE6B
6#F1E588
7#F5EBA6
8#F8F2C4
9#FCF8E1
Tones
Muted variations
1#998A1A
2#928421
3#8B7F28
4#847A2F
5#7D7436
6#756F3D
7#6E6944
8#67644B
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F2 #F8F2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E8 #F3E896 | BordersInactive statesPlaceholder text |
| 400 | ECDC #ECDC5F | Disabled statesSecondary iconsMuted text |
| 500 | E7D2 #E7D232 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9B4 #C9B418 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A08F #A08F13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7266 #72660D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4942 #494209 | Primary textHigh emphasis contentDark headings |
| 950 | 2E29 #2E2905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF8DF;
--olive-200: #F8F2C4;
--olive-300: #F3E896;
--olive-400: #ECDC5F;
--olive-500: #E7D232;
--olive-600: #C9B418;
--olive-700: #A08F13;
--olive-800: #72660D;
--olive-900: #494209;
--olive-950: #2E2905;
}