Olive
#A8880B
YellowColor Codes
All color formats for development
HEX
#A8880BRGB
rgb(168, 136, 11)HSL
hsl(48, 88%, 35%)OKLCH
oklch(0.639 0.128 91.7)CMYK
cmyk(0%, 19%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#977B0A
2#866D09
3#755F07
4#655206
5#544405
6#433704
7#322903
8#221B02
9#110E01
Tints
Lighter variations
1#C7A20D
2#E6BB0F
3#F1C825
4#F3D044
5#F5D863
6#F7E082
7#F9E8A2
8#FBEFC1
9#FDF7E0
Tones
Muted variations
1#A08413
2#987F1A
3#907A22
4#88762A
5#817132
6#796C3A
7#716742
8#69634A
9#615E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEF #FBEFC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E3 #F8E391 | BordersInactive statesPlaceholder text |
| 400 | F4D5 #F4D557 | Disabled statesSecondary iconsMuted text |
| 500 | F1C9 #F1C927 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3AB #D3AB0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A888 #A8880B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7861 #786108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3E #4D3E05 | Primary textHigh emphasis contentDark headings |
| 950 | 3027 #302703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FDF7DD;
--olive-200: #FBEFC1;
--olive-300: #F8E391;
--olive-400: #F4D557;
--olive-500: #F1C927;
--olive-600: #D3AB0D;
--olive-700: #A8880B;
--olive-800: #786108;
--olive-900: #4D3E05;
--olive-950: #302703;
}