Olive
#A59E0D
YellowColor Codes
All color formats for development
HEX
#A59E0DRGB
rgb(165, 158, 13)HSL
hsl(57, 85%, 35%)OKLCH
oklch(0.683 0.143 106.4)CMYK
cmyk(0%, 4%, 92%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#958E0C
2#847E0B
3#746E09
4#635F08
5#534F07
6#423F05
7#322F04
8#212003
9#111001
Tints
Lighter variations
1#C4BB10
2#E2D812
3#EEE428
4#F0E847
5#F3EC66
6#F5EF84
7#F8F3A3
8#FAF7C2
9#FDFBE0
Tones
Muted variations
1#9E9715
2#96901D
3#8E8924
4#87822C
5#7F7B33
6#78753B
7#706E42
8#68674A
9#616052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF7 #FAF7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F1 #F6F192 | BordersInactive statesPlaceholder text |
| 400 | F2EA #F2EA5A | Disabled statesSecondary iconsMuted text |
| 500 | EEE4 #EEE42B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0C6 #D0C611 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A59E #A59E0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7671 #76710A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B48 #4B4806 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCFBDE;
--olive-200: #FAF7C2;
--olive-300: #F6F192;
--olive-400: #F2EA5A;
--olive-500: #EEE42B;
--olive-600: #D0C611;
--olive-700: #A59E0D;
--olive-800: #76710A;
--olive-900: #4B4806;
--olive-950: #2F2D04;
}