Olive
#A89B0B
YellowColor Codes
All color formats for development
HEX
#A89B0BRGB
rgb(168, 155, 11)HSL
hsl(55, 88%, 35%)OKLCH
oklch(0.68 0.141 103.4)CMYK
cmyk(0%, 8%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#978B0A
2#867C09
3#756C07
4#655D06
5#544D05
6#433E04
7#322E03
8#221F02
9#110F01
Tints
Lighter variations
1#C7B70D
2#E6D40F
3#F1E025
4#F3E444
5#F5E963
6#F7ED82
7#F9F2A2
8#FBF6C1
9#FDFBE0
Tones
Muted variations
1#A09413
2#988E1A
3#908722
4#88812A
5#817A32
6#79733A
7#716D42
8#69664A
9#616051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF6 #FBF6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EF #F8EF91 | BordersInactive statesPlaceholder text |
| 400 | F4E7 #F4E757 | Disabled statesSecondary iconsMuted text |
| 500 | F1E0 #F1E027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3C2 #D3C20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A89B #A89B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786F #786F08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D47 #4D4705 | Primary textHigh emphasis contentDark headings |
| 950 | 302C #302C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FDFADD;
--olive-200: #FBF6C1;
--olive-300: #F8EF91;
--olive-400: #F4E757;
--olive-500: #F1E027;
--olive-600: #D3C20D;
--olive-700: #A89B0B;
--olive-800: #786F08;
--olive-900: #4D4705;
--olive-950: #302C03;
}