Olive
#AA9508
YellowColor Codes
All color formats for development
HEX
#AA9508RGB
rgb(170, 149, 8)HSL
hsl(52, 91%, 35%)OKLCH
oklch(0.668 0.137 99)CMYK
cmyk(0%, 12%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#998607
2#887706
3#776806
4#665905
5#554A04
6#443C03
7#332D02
8#221E02
9#110F01
Tints
Lighter variations
1#CAB00A
2#EACC0B
3#F5D821
4#F6DE41
5#F8E361
6#F9E980
7#FBEEA0
8#FCF4C0
9#FEF9DF
Tones
Muted variations
1#A28F10
2#9A8918
3#928320
4#8A7D29
5#827731
6#7A7139
7#726B41
8#696549
9#615F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF4 #FCF4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEB #FAEB8F | BordersInactive statesPlaceholder text |
| 400 | F7E1 #F7E155 | Disabled statesSecondary iconsMuted text |
| 500 | F5D9 #F5D924 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6BB #D6BB0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA95 #AA9508 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A6A #7A6A06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E44 #4E4404 | Primary textHigh emphasis contentDark headings |
| 950 | 312B #312B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FDF9DD;
--olive-200: #FCF4C0;
--olive-300: #FAEB8F;
--olive-400: #F7E155;
--olive-500: #F5D924;
--olive-600: #D6BB0A;
--olive-700: #AA9508;
--olive-800: #7A6A06;
--olive-900: #4E4404;
--olive-950: #312B02;
}