Olive
#AAAA09
YellowColor Codes
All color formats for development
HEX
#AAAA09RGB
rgb(170, 170, 9)HSL
hsl(60, 90%, 35%)OKLCH
oklch(0.715 0.154 109.7)CMYK
cmyk(0%, 0%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#999908
2#888807
3#777706
4#666605
5#555504
6#444404
7#333303
8#222202
9#111101
Tints
Lighter variations
1#C9C90B
2#E9E90C
3#F3F323
4#F5F542
5#F7F762
6#F8F881
7#FAFAA1
8#FCFCC0
9#FDFDE0
Tones
Muted variations
1#A2A211
2#9A9A19
3#919121
4#898929
5#818131
6#797939
7#717141
8#696949
9#616151
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCFC #FCFCC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F9 #F9F990 | BordersInactive statesPlaceholder text |
| 400 | F6F6 #F6F655 | Disabled statesSecondary iconsMuted text |
| 500 | F4F4 #F4F425 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5D5 #D5D50B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AAAA #AAAA09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7979 #797906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E4E #4E4E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3030 #303003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFEF0;
--olive-100: #FDFDDD;
--olive-200: #FCFCC0;
--olive-300: #F9F990;
--olive-400: #F6F655;
--olive-500: #F4F425;
--olive-600: #D5D50B;
--olive-700: #AAAA09;
--olive-800: #797906;
--olive-900: #4E4E04;
--olive-950: #303003;
}