Olive
#A18612
YellowColor Codes
All color formats for development
HEX
#A18612RGB
rgb(161, 134, 18)HSL
hsl(49, 80%, 35%)OKLCH
oklch(0.627 0.124 94)CMYK
cmyk(0%, 17%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#917910
2#816C0E
3#705E0C
4#60510B
5#504309
6#403607
7#302805
8#201B04
9#100D02
Tints
Lighter variations
1#BE9F15
2#DCB818
3#E8C62E
4#EBCE4C
5#EED66A
6#F2DE88
7#F5E6A5
8#F8EFC3
9#FCF7E1
Tones
Muted variations
1#9A8219
2#927D20
3#8B7927
4#84742E
5#7D7036
6#766B3D
7#6F6744
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 | F8EF #F8EFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E2 #F3E295 | BordersInactive statesPlaceholder text |
| 400 | EDD3 #EDD35E | Disabled statesSecondary iconsMuted text |
| 500 | E8C6 #E8C630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAA9 #CAA916 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A186 #A18612 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7360 #73600D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493D #493D08 | 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: #F8EFC3;
--olive-300: #F3E295;
--olive-400: #EDD35E;
--olive-500: #E8C630;
--olive-600: #CAA916;
--olive-700: #A18612;
--olive-800: #73600D;
--olive-900: #493D08;
--olive-950: #2E2605;
}