Olive
#A08D13
YellowColor Codes
All color formats for development
HEX
#A08D13RGB
rgb(160, 141, 19)HSL
hsl(52, 79%, 35%)OKLCH
oklch(0.641 0.128 99.3)CMYK
cmyk(0%, 12%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#907F11
2#80710F
3#70630D
4#60550B
5#504609
6#403807
7#302A06
8#201C04
9#100E02
Tints
Lighter variations
1#BDA716
2#DBC11A
3#E7CE2F
4#EAD54D
5#EEDC6B
6#F1E388
7#F5EAA6
8#F8F1C4
9#FCF8E1
Tones
Muted variations
1#99881A
2#928321
3#8B7D28
4#84782F
5#7D7336
6#756E3D
7#6E6944
8#67644B
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 | F8F1 #F8F1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E6 #F3E696 | BordersInactive statesPlaceholder text |
| 400 | ECD9 #ECD95F | Disabled statesSecondary iconsMuted text |
| 500 | E7CF #E7CF32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9B1 #C9B118 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A08D #A08D13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7265 #72650D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4940 #494009 | 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: #F8F1C4;
--olive-300: #F3E696;
--olive-400: #ECD95F;
--olive-500: #E7CF32;
--olive-600: #C9B118;
--olive-700: #A08D13;
--olive-800: #72650D;
--olive-900: #494009;
--olive-950: #2E2805;
}