Olive
#AAA008
YellowColor Codes
All color formats for development
HEX
#AAA008RGB
rgb(170, 160, 8)HSL
hsl(56, 91%, 35%)OKLCH
oklch(0.692 0.145 105.1)CMYK
cmyk(0%, 6%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#999007
2#888006
3#777006
4#666005
5#555004
6#444003
7#333002
8#222002
9#111001
Tints
Lighter variations
1#CABD0A
2#EADB0B
3#F5E621
4#F6EA41
5#F8ED61
6#F9F180
7#FBF4A0
8#FCF8C0
9#FEFBDF
Tones
Muted variations
1#A29910
2#9A9218
3#928B20
4#8A8329
5#827C31
6#7A7539
7#726E41
8#696749
9#616051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF8 #FCF8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF3 #FAF38F | BordersInactive statesPlaceholder text |
| 400 | F7EC #F7EC55 | Disabled statesSecondary iconsMuted text |
| 500 | F5E7 #F5E724 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6C9 #D6C90A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AAA0 #AAA008 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A72 #7A7206 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E49 #4E4904 | Primary textHigh emphasis contentDark headings |
| 950 | 312E #312E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FDFBDD;
--olive-200: #FCF8C0;
--olive-300: #FAF38F;
--olive-400: #F7EC55;
--olive-500: #F5E724;
--olive-600: #D6C90A;
--olive-700: #AAA008;
--olive-800: #7A7206;
--olive-900: #4E4904;
--olive-950: #312E02;
}