Olive
#A8900B
YellowColor Codes
All color formats for development
HEX
#A8900BRGB
rgb(168, 144, 11)HSL
hsl(51, 88%, 35%)OKLCH
oklch(0.656 0.133 97)CMYK
cmyk(0%, 14%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97820A
2#867309
3#756507
4#655706
5#544805
6#433A04
7#322B03
8#221D02
9#110E01
Tints
Lighter variations
1#C7AB0D
2#E6C60F
3#F1D225
4#F3D944
5#F5DF63
6#F7E682
7#F9ECA2
8#FBF2C1
9#FDF9E0
Tones
Muted variations
1#A08B13
2#98851A
3#908022
4#887A2A
5#817532
6#796F3A
7#716A42
8#69644A
9#615F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF2 #FBF2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E8 #F8E891 | BordersInactive statesPlaceholder text |
| 400 | F4DD #F4DD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D3 #F1D327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B5 #D3B50D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A890 #A8900B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7867 #786708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D42 #4D4205 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FDF8DD;
--olive-200: #FBF2C1;
--olive-300: #F8E891;
--olive-400: #F4DD57;
--olive-500: #F1D327;
--olive-600: #D3B50D;
--olive-700: #A8900B;
--olive-800: #786708;
--olive-900: #4D4205;
--olive-950: #302903;
}