Olive
#A8930B
YellowColor Codes
All color formats for development
HEX
#A8930BRGB
rgb(168, 147, 11)HSL
hsl(52, 88%, 35%)OKLCH
oklch(0.662 0.135 98.8)CMYK
cmyk(0%, 13%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97840A
2#867509
3#756707
4#655806
5#544905
6#433B04
7#322C03
8#221D02
9#110F01
Tints
Lighter variations
1#C7AE0D
2#E6C90F
3#F1D625
4#F3DC44
5#F5E263
6#F7E782
7#F9EDA2
8#FBF3C1
9#FDF9E0
Tones
Muted variations
1#A08D13
2#98871A
3#908222
4#887C2A
5#817632
6#79703A
7#716B42
8#69654A
9#615F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF3 #FBF3C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EA #F8EA91 | BordersInactive statesPlaceholder text |
| 400 | F4DF #F4DF57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D6 #F1D627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B9 #D3B90D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A893 #A8930B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7869 #786908 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D43 #4D4305 | Primary textHigh emphasis contentDark headings |
| 950 | 302A #302A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FDF9DD;
--olive-200: #FBF3C1;
--olive-300: #F8EA91;
--olive-400: #F4DF57;
--olive-500: #F1D627;
--olive-600: #D3B90D;
--olive-700: #A8930B;
--olive-800: #786908;
--olive-900: #4D4305;
--olive-950: #302A03;
}