Olive
#A4930E
YellowColor Codes
All color formats for development
HEX
#A4930ERGB
rgb(164, 147, 14)HSL
hsl(53, 84%, 35%)OKLCH
oklch(0.658 0.134 100.9)CMYK
cmyk(0%, 10%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94840D
2#83750B
3#73670A
4#635809
5#524907
6#423B06
7#312C04
8#211D03
9#100F01
Tints
Lighter variations
1#C3AE11
2#E1C914
3#ECD62A
4#EFDC48
5#F2E167
6#F4E785
7#F7EDA4
8#FAF3C2
9#FCF9E1
Tones
Muted variations
1#9D8D16
2#95871D
3#8E8125
4#867C2C
5#7F7634
6#77703B
7#706A43
8#68654A
9#615F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF3 #FAF3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6EA #F6EA93 | BordersInactive statesPlaceholder text |
| 400 | F1DF #F1DF5B | Disabled statesSecondary iconsMuted text |
| 500 | EDD6 #EDD62C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEB8 #CEB812 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A493 #A4930E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7569 #75690A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B43 #4B4307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2A #2F2A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF9DE;
--olive-200: #FAF3C2;
--olive-300: #F6EA93;
--olive-400: #F1DF5B;
--olive-500: #EDD62C;
--olive-600: #CEB812;
--olive-700: #A4930E;
--olive-800: #75690A;
--olive-900: #4B4307;
--olive-950: #2F2A04;
}