Olive
#AC8E06
YellowColor Codes
All color formats for development
HEX
#AC8E06RGB
rgb(172, 142, 6)HSL
hsl(49, 93%, 35%)OKLCH
oklch(0.655 0.133 93.7)CMYK
cmyk(0%, 17%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B8006
2#8A7105
3#796304
4#675504
5#564703
6#453902
7#342B02
8#221C01
9#110E01
Tints
Lighter variations
1#CCA807
2#ECC209
3#F7CF1F
4#F8D63F
5#F9DD5F
6#FAE47F
7#FCEB9F
8#FDF1BF
9#FEF8DF
Tones
Muted variations
1#A4890F
2#9C8317
3#937E1F
4#8B7927
5#837430
6#7A6E38
7#726940
8#6A6449
9#625F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF1 #FDF1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE7 #FBE78E | BordersInactive statesPlaceholder text |
| 400 | F9DA #F9DA53 | Disabled statesSecondary iconsMuted text |
| 500 | F7D0 #F7D022 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9B2 #D9B208 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC8E #AC8E06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B65 #7B6504 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F41 #4F4103 | Primary textHigh emphasis contentDark headings |
| 950 | 3129 #312902 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FEF8DD;
--olive-200: #FDF1BF;
--olive-300: #FBE78E;
--olive-400: #F9DA53;
--olive-500: #F7D022;
--olive-600: #D9B208;
--olive-700: #AC8E06;
--olive-800: #7B6504;
--olive-900: #4F4103;
--olive-950: #312902;
}