Olive
#AA8109
YellowColor Codes
All color formats for development
HEX
#AA8109RGB
rgb(170, 129, 9)HSL
hsl(45, 90%, 35%)OKLCH
oklch(0.626 0.126 85.7)CMYK
cmyk(0%, 24%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#997408
2#886807
3#775B06
4#664E05
5#554104
6#443404
7#332703
8#221A02
9#110D01
Tints
Lighter variations
1#C9990B
2#E9B10C
3#F3BF23
4#F5C842
5#F7D162
6#F8DB81
7#FAE4A1
8#FCEDC0
9#FDF6E0
Tones
Muted variations
1#A27D11
2#9A7919
3#917521
4#897129
5#816D31
6#796939
7#716541
8#696149
9#615D51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF5 #FDF5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCED #FCEDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9DF #F9DF90 | BordersInactive statesPlaceholder text |
| 400 | F6CE #F6CE55 | Disabled statesSecondary iconsMuted text |
| 500 | F4C0 #F4C025 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5A3 #D5A30B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA81 #AA8109 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 795C #795C06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3B #4E3B04 | Primary textHigh emphasis contentDark headings |
| 950 | 3025 #302503 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF0;
--olive-100: #FDF5DD;
--olive-200: #FCEDC0;
--olive-300: #F9DF90;
--olive-400: #F6CE55;
--olive-500: #F4C025;
--olive-600: #D5A30B;
--olive-700: #AA8109;
--olive-800: #795C06;
--olive-900: #4E3B04;
--olive-950: #302503;
}