Olive
#AA8508
YellowColor Codes
All color formats for development
HEX
#AA8508RGB
rgb(170, 133, 8)HSL
hsl(46, 91%, 35%)OKLCH
oklch(0.634 0.128 88.6)CMYK
cmyk(0%, 22%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#997707
2#886A06
3#775D06
4#665005
5#554204
6#443503
7#332802
8#221B02
9#110D01
Tints
Lighter variations
1#CA9D0A
2#EAB60B
3#F5C321
4#F6CC41
5#F8D461
6#F9DD80
7#FBE5A0
8#FCEEC0
9#FEF6DF
Tones
Muted variations
1#A28010
2#9A7C18
3#927820
4#8A7329
5#826F31
6#7A6B39
7#726641
8#696249
9#615E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEE #FCEEC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE1 #FAE18F | BordersInactive statesPlaceholder text |
| 400 | F7D1 #F7D155 | Disabled statesSecondary iconsMuted text |
| 500 | F5C4 #F5C424 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6A7 #D6A70A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA85 #AA8508 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A5F #7A5F06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3D #4E3D04 | Primary textHigh emphasis contentDark headings |
| 950 | 3126 #312602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF0;
--olive-100: #FDF6DD;
--olive-200: #FCEEC0;
--olive-300: #FAE18F;
--olive-400: #F7D155;
--olive-500: #F5C424;
--olive-600: #D6A70A;
--olive-700: #AA8508;
--olive-800: #7A5F06;
--olive-900: #4E3D04;
--olive-950: #312602;
}