Olive
#AA8409
YellowColor Codes
All color formats for development
HEX
#AA8409RGB
rgb(170, 132, 9)HSL
hsl(46, 90%, 35%)OKLCH
oklch(0.632 0.127 87.8)CMYK
cmyk(0%, 22%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#997708
2#886A07
3#775C06
4#664F05
5#554204
6#443504
7#332803
8#221A02
9#110D01
Tints
Lighter variations
1#C99D0B
2#E9B50C
3#F3C323
4#F5CB42
5#F7D462
6#F8DD81
7#FAE5A1
8#FCEEC0
9#FDF6E0
Tones
Muted variations
1#A28011
2#9A7C19
3#917721
4#897329
5#816F31
6#796A39
7#716641
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 | F9E1 #F9E190 | BordersInactive statesPlaceholder text |
| 400 | F6D1 #F6D155 | Disabled statesSecondary iconsMuted text |
| 500 | F4C3 #F4C325 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5A6 #D5A60B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA84 #AA8409 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 795E #795E06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3C #4E3C04 | Primary textHigh emphasis contentDark headings |
| 950 | 3026 #302603 | 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: #F9E190;
--olive-400: #F6D155;
--olive-500: #F4C325;
--olive-600: #D5A60B;
--olive-700: #AA8409;
--olive-800: #795E06;
--olive-900: #4E3C04;
--olive-950: #302603;
}