Olive
#AC8B06
YellowColor Codes
All color formats for development
HEX
#AC8B06RGB
rgb(172, 139, 6)HSL
hsl(48, 93%, 35%)OKLCH
oklch(0.649 0.131 91.7)CMYK
cmyk(0%, 19%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B7D06
2#8A6F05
3#796104
4#675304
5#564603
6#453802
7#342A02
8#221C01
9#110E01
Tints
Lighter variations
1#CCA507
2#ECBF09
3#F7CC1F
4#F8D33F
5#F9DA5F
6#FAE27F
7#FCE99F
8#FDF0BF
9#FEF8DF
Tones
Muted variations
1#A4860F
2#9C8117
3#937C1F
4#8B7727
5#837230
6#7A6D38
7#726840
8#6A6349
9#625E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF7 #FEF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF0 #FDF0BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE5 #FBE58E | BordersInactive statesPlaceholder text |
| 400 | F9D8 #F9D853 | Disabled statesSecondary iconsMuted text |
| 500 | F7CC #F7CC22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9AF #D9AF08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC8B #AC8B06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B63 #7B6304 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F40 #4F4003 | Primary textHigh emphasis contentDark headings |
| 950 | 3128 #312802 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FEF7DD;
--olive-200: #FDF0BF;
--olive-300: #FBE58E;
--olive-400: #F9D853;
--olive-500: #F7CC22;
--olive-600: #D9AF08;
--olive-700: #AC8B06;
--olive-800: #7B6304;
--olive-900: #4F4003;
--olive-950: #312802;
}