Olive
#A19212
YellowColor Codes
All color formats for development
HEX
#A19212RGB
rgb(161, 146, 18)HSL
hsl(54, 80%, 35%)OKLCH
oklch(0.653 0.133 101.8)CMYK
cmyk(0%, 9%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#918410
2#81750E
3#70660C
4#60580B
5#504909
6#403B07
7#302C05
8#201D04
9#100F02
Tints
Lighter variations
1#BEAE15
2#DCC918
3#E8D52E
4#EBDB4C
5#EEE16A
6#F2E788
7#F5EDA5
8#F8F3C3
9#FCF9E1
Tones
Muted variations
1#9A8D19
2#928720
3#8B8127
4#847C2E
5#7D7636
6#76703D
7#6F6A44
8#68654B
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EA #F3EA95 | BordersInactive statesPlaceholder text |
| 400 | EDDF #EDDF5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D6 #E8D630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB8 #CAB816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A192 #A19212 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7369 #73690D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF9DF;
--olive-200: #F8F3C3;
--olive-300: #F3EA95;
--olive-400: #EDDF5E;
--olive-500: #E8D630;
--olive-600: #CAB816;
--olive-700: #A19212;
--olive-800: #73690D;
--olive-900: #494308;
--olive-950: #2E2A05;
}