Olive
#A9860A
YellowColor Codes
All color formats for development
HEX
#A9860ARGB
rgb(169, 134, 10)HSL
hsl(47, 89%, 35%)OKLCH
oklch(0.635 0.128 89.8)CMYK
cmyk(0%, 21%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#987909
2#876B08
3#765E07
4#655106
5#544305
6#433604
7#332803
8#221B02
9#110D01
Tints
Lighter variations
1#C89F0C
2#E7B80D
3#F2C524
4#F4CE43
5#F6D662
6#F8DE82
7#FAE6A1
8#FBEFC0
9#FDF7E0
Tones
Muted variations
1#A18212
2#997D1A
3#917922
4#89742A
5#817032
6#796B39
7#716741
8#696249
9#615E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEF #FBEFC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E2 #F9E290 | BordersInactive statesPlaceholder text |
| 400 | F5D3 #F5D356 | Disabled statesSecondary iconsMuted text |
| 500 | F2C6 #F2C626 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4A9 #D4A90C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A986 #A9860A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7860 #786007 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3D #4D3D04 | Primary textHigh emphasis contentDark headings |
| 950 | 3026 #302603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FDF6DD;
--olive-200: #FBEFC0;
--olive-300: #F9E290;
--olive-400: #F5D356;
--olive-500: #F2C626;
--olive-600: #D4A90C;
--olive-700: #A9860A;
--olive-800: #786007;
--olive-900: #4D3D04;
--olive-950: #302603;
}