Olive
#AC9E06
YellowColor Codes
All color formats for development
HEX
#AC9E06RGB
rgb(172, 158, 6)HSL
hsl(55, 93%, 35%)OKLCH
oklch(0.69 0.144 103.1)CMYK
cmyk(0%, 8%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B8F06
2#8A7F05
3#796F04
4#675F04
5#564F03
6#453F02
7#343002
8#222001
9#111001
Tints
Lighter variations
1#CCBC07
2#ECD909
3#F7E51F
4#F8E93F
5#F9EC5F
6#FAF07F
7#FCF49F
8#FDF8BF
9#FEFBDF
Tones
Muted variations
1#A4980F
2#9C9117
3#938A1F
4#8B8327
5#837C30
6#7A7538
7#726E40
8#6A6749
9#626051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF8 #FDF8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBF2 #FBF28E | BordersInactive statesPlaceholder text |
| 400 | F9EB #F9EB53 | Disabled statesSecondary iconsMuted text |
| 500 | F7E5 #F7E522 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9C7 #D9C708 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC9E #AC9E06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B71 #7B7104 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F48 #4F4803 | Primary textHigh emphasis contentDark headings |
| 950 | 312D #312D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FEFBDD;
--olive-200: #FDF8BF;
--olive-300: #FBF28E;
--olive-400: #F9EB53;
--olive-500: #F7E522;
--olive-600: #D9C708;
--olive-700: #AC9E06;
--olive-800: #7B7104;
--olive-900: #4F4803;
--olive-950: #312D02;
}