Olive
#AC9C06
YellowColor Codes
All color formats for development
HEX
#AC9C06RGB
rgb(172, 156, 6)HSL
hsl(54, 93%, 35%)OKLCH
oklch(0.685 0.142 102)CMYK
cmyk(0%, 9%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B8C06
2#8A7D05
3#796D04
4#675D04
5#564E03
6#453E02
7#342F02
8#221F01
9#111001
Tints
Lighter variations
1#CCB907
2#ECD509
3#F7E11F
4#F8E63F
5#F9EA5F
6#FAEE7F
7#FCF29F
8#FDF7BF
9#FEFBDF
Tones
Muted variations
1#A4950F
2#9C8E17
3#93881F
4#8B8127
5#837A30
6#7A7438
7#726D40
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 | FEFA #FEFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF7 #FDF7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBF0 #FBF08E | BordersInactive statesPlaceholder text |
| 400 | F9E8 #F9E853 | Disabled statesSecondary iconsMuted text |
| 500 | F7E2 #F7E222 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9C4 #D9C408 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC9C #AC9C06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B6F #7B6F04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F47 #4F4703 | Primary textHigh emphasis contentDark headings |
| 950 | 312C #312C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FEFADD;
--olive-200: #FDF7BF;
--olive-300: #FBF08E;
--olive-400: #F9E853;
--olive-500: #F7E222;
--olive-600: #D9C408;
--olive-700: #AC9C06;
--olive-800: #7B6F04;
--olive-900: #4F4703;
--olive-950: #312C02;
}