Olive
#AAAA08
YellowColor Codes
All color formats for development
HEX
#AAAA08RGB
rgb(170, 170, 8)HSL
hsl(60, 91%, 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#999907
2#888806
3#777706
4#666605
5#555504
6#444403
7#333302
8#222202
9#111101
Tints
Lighter variations
1#CACA0A
2#EAEA0B
3#F5F521
4#F6F641
5#F8F861
6#F9F980
7#FBFBA0
8#FCFCC0
9#FEFEDF
Tones
Muted variations
1#A2A210
2#9A9A18
3#929220
4#8A8A29
5#828231
6#7A7A39
7#727241
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 | FAFA #FAFA8F | BordersInactive statesPlaceholder text |
| 400 | F7F7 #F7F755 | Disabled statesSecondary iconsMuted text |
| 500 | F5F5 #F5F524 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6D6 #D6D60A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AAAA #AAAA08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A7A #7A7A06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E4E #4E4E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3131 #313102 | 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: #FAFA8F;
--olive-400: #F7F755;
--olive-500: #F5F524;
--olive-600: #D6D60A;
--olive-700: #AAAA08;
--olive-800: #7A7A06;
--olive-900: #4E4E04;
--olive-950: #313102;
}