Olive
#AC9106
YellowColor Codes
All color formats for development
HEX
#AC9106RGB
rgb(172, 145, 6)HSL
hsl(50, 93%, 35%)OKLCH
oklch(0.662 0.135 95.6)CMYK
cmyk(0%, 16%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B8206
2#8A7405
3#796504
4#675704
5#564803
6#453A02
7#342B02
8#221D01
9#110E01
Tints
Lighter variations
1#CCAB07
2#ECC609
3#F7D31F
4#F8D93F
5#F9E05F
6#FAE67F
7#FCEC9F
8#FDF2BF
9#FEF9DF
Tones
Muted variations
1#A48B0F
2#9C8617
3#93801F
4#8B7A27
5#837530
6#7A6F38
7#726A40
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 | FDF2 #FDF2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE9 #FBE98E | BordersInactive statesPlaceholder text |
| 400 | F9DD #F9DD53 | Disabled statesSecondary iconsMuted text |
| 500 | F7D3 #F7D322 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9B6 #D9B608 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC91 #AC9106 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B67 #7B6704 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F42 #4F4203 | 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: #FDF2BF;
--olive-300: #FBE98E;
--olive-400: #F9DD53;
--olive-500: #F7D322;
--olive-600: #D9B608;
--olive-700: #AC9106;
--olive-800: #7B6704;
--olive-900: #4F4203;
--olive-950: #312902;
}