Olive
#AA9208
YellowColor Codes
All color formats for development
HEX
#AA9208RGB
rgb(170, 146, 8)HSL
hsl(51, 91%, 35%)OKLCH
oklch(0.662 0.135 97.2)CMYK
cmyk(0%, 14%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#998307
2#887506
3#776606
4#665805
5#554904
6#443A03
7#332C02
8#221D02
9#110F01
Tints
Lighter variations
1#CAAD0A
2#EAC80B
3#F5D521
4#F6DB41
5#F8E161
6#F9E780
7#FBEDA0
8#FCF3C0
9#FEF9DF
Tones
Muted variations
1#A28C10
2#9A8718
3#928120
4#8A7B29
5#827631
6#7A7039
7#726A41
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 | FCF3 #FCF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEA #FAEA8F | BordersInactive statesPlaceholder text |
| 400 | F7DF #F7DF55 | Disabled statesSecondary iconsMuted text |
| 500 | F5D5 #F5D524 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6B8 #D6B80A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA92 #AA9208 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A68 #7A6806 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E43 #4E4304 | 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: #FDF9DD;
--olive-200: #FCF3C0;
--olive-300: #FAEA8F;
--olive-400: #F7DF55;
--olive-500: #F5D524;
--olive-600: #D6B80A;
--olive-700: #AA9208;
--olive-800: #7A6806;
--olive-900: #4E4304;
--olive-950: #312A02;
}