Olive
#AC9306
YellowColor Codes
All color formats for development
HEX
#AC9306RGB
rgb(172, 147, 6)HSL
hsl(51, 93%, 35%)OKLCH
oklch(0.666 0.136 96.8)CMYK
cmyk(0%, 15%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B8506
2#8A7605
3#796704
4#675804
5#564A03
6#453B02
7#342C02
8#221D01
9#110F01
Tints
Lighter variations
1#CCAF07
2#ECCA09
3#F7D71F
4#F8DC3F
5#F9E25F
6#FAE87F
7#FCEE9F
8#FDF3BF
9#FEF9DF
Tones
Muted variations
1#A48E0F
2#9C8817
3#93821F
4#8B7C27
5#837630
6#7A7038
7#726B40
8#6A6549
9#625F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF9 #FEF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF3 #FDF3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBEB #FBEB8E | BordersInactive statesPlaceholder text |
| 400 | F9E0 #F9E053 | Disabled statesSecondary iconsMuted text |
| 500 | F7D7 #F7D722 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9B9 #D9B908 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC93 #AC9306 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B69 #7B6904 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F43 #4F4303 | Primary textHigh emphasis contentDark headings |
| 950 | 312A #312A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FEF9DD;
--olive-200: #FDF3BF;
--olive-300: #FBEB8E;
--olive-400: #F9E053;
--olive-500: #F7D722;
--olive-600: #D9B908;
--olive-700: #AC9306;
--olive-800: #7B6904;
--olive-900: #4F4303;
--olive-950: #312A02;
}