Olive
#A18412
YellowColor Codes
All color formats for development
HEX
#A18412RGB
rgb(161, 132, 18)HSL
hsl(48, 80%, 35%)OKLCH
oklch(0.623 0.123 92.6)CMYK
cmyk(0%, 18%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#917710
2#816A0E
3#705C0C
4#604F0B
5#504209
6#403507
7#302805
8#201A04
9#100D02
Tints
Lighter variations
1#BE9D15
2#DCB518
3#E8C32E
4#EBCB4C
5#EED46A
6#F2DD88
7#F5E5A5
8#F8EEC3
9#FCF6E1
Tones
Muted variations
1#9A8019
2#927C20
3#8B7727
4#84732E
5#7D6F36
6#766A3D
7#6F6644
8#68624B
9#605E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EE #F8EEC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E1 #F3E195 | BordersInactive statesPlaceholder text |
| 400 | EDD1 #EDD15E | Disabled statesSecondary iconsMuted text |
| 500 | E8C3 #E8C330 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAA6 #CAA616 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A184 #A18412 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 735E #735E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493C #493C08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E26 #2E2605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF1;
--olive-100: #FBF6DF;
--olive-200: #F8EEC3;
--olive-300: #F3E195;
--olive-400: #EDD15E;
--olive-500: #E8C330;
--olive-600: #CAA616;
--olive-700: #A18412;
--olive-800: #735E0D;
--olive-900: #493C08;
--olive-950: #2E2605;
}