Olive
#AC9906
YellowColor Codes
All color formats for development
HEX
#AC9906RGB
rgb(172, 153, 6)HSL
hsl(53, 93%, 35%)OKLCH
oklch(0.679 0.14 100.4)CMYK
cmyk(0%, 11%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B8A06
2#8A7A05
3#796B04
4#675C04
5#564C03
6#453D02
7#342E02
8#221F01
9#110F01
Tints
Lighter variations
1#CCB507
2#ECD209
3#F7DE1F
4#F8E23F
5#F9E75F
6#FAEC7F
7#FCF19F
8#FDF5BF
9#FEFADF
Tones
Muted variations
1#A4930F
2#9C8C17
3#93861F
4#8B7F27
5#837930
6#7A7338
7#726C40
8#6A6649
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 | FDF5 #FDF5BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBEE #FBEE8E | BordersInactive statesPlaceholder text |
| 400 | F9E5 #F9E553 | Disabled statesSecondary iconsMuted text |
| 500 | F7DE #F7DE22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9C0 #D9C008 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC99 #AC9906 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B6D #7B6D04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F46 #4F4603 | 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: #FDF5BF;
--olive-300: #FBEE8E;
--olive-400: #F9E553;
--olive-500: #F7DE22;
--olive-600: #D9C008;
--olive-700: #AC9906;
--olive-800: #7B6D04;
--olive-900: #4F4603;
--olive-950: #312C02;
}