Olive
#A88B0B
YellowColor Codes
All color formats for development
HEX
#A88B0BRGB
rgb(168, 139, 11)HSL
hsl(49, 88%, 35%)OKLCH
oklch(0.645 0.13 93.7)CMYK
cmyk(0%, 17%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#977D0A
2#866F09
3#756107
4#655306
5#544505
6#433804
7#322A03
8#221C02
9#110E01
Tints
Lighter variations
1#C7A50D
2#E6BF0F
3#F1CC25
4#F3D344
5#F5DA63
6#F7E282
7#F9E9A2
8#FBF0C1
9#FDF8E0
Tones
Muted variations
1#A08613
2#98811A
3#907C22
4#88772A
5#817232
6#796D3A
7#716842
8#69634A
9#615E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF0 #FBF0C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E5 #F8E591 | BordersInactive statesPlaceholder text |
| 400 | F4D7 #F4D757 | Disabled statesSecondary iconsMuted text |
| 500 | F1CC #F1CC27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3AF #D3AF0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A88B #A88B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7863 #786308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D40 #4D4005 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FDF7DD;
--olive-200: #FBF0C1;
--olive-300: #F8E591;
--olive-400: #F4D757;
--olive-500: #F1CC27;
--olive-600: #D3AF0D;
--olive-700: #A88B0B;
--olive-800: #786308;
--olive-900: #4D4005;
--olive-950: #302803;
}