Olive
#AEA004
YellowColor Codes
All color formats for development
HEX
#AEA004RGB
rgb(174, 160, 4)HSL
hsl(55, 96%, 35%)OKLCH
oklch(0.696 0.146 103.2)CMYK
cmyk(0%, 8%, 98%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D9103
2#8C8103
3#7A7002
4#696002
5#575002
6#464001
7#343001
8#232001
9#111000
Tints
Lighter variations
1#CFBE04
2#F0DC05
3#FAE81C
4#FBEB3C
5#FCEE5D
6#FCF27D
7#FDF59E
8#FEF8BE
9#FEFCDF
Tones
Muted variations
1#A69A0C
2#9E9215
3#958B1D
4#8D8426
5#847D2E
6#7C7637
7#736F40
8#6A6848
9#626051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF8 #FEF8BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF3 #FDF38C | BordersInactive statesPlaceholder text |
| 400 | FBED #FBED50 | Disabled statesSecondary iconsMuted text |
| 500 | FAE8 #FAE81E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCCA #DCCA04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AFA1 #AFA104 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D73 #7D7303 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5049 #504902 | Primary textHigh emphasis contentDark headings |
| 950 | 322E #322E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFBDC;
--olive-200: #FEF8BE;
--olive-300: #FDF38C;
--olive-400: #FBED50;
--olive-500: #FAE81E;
--olive-600: #DCCA04;
--olive-700: #AFA104;
--olive-800: #7D7303;
--olive-900: #504902;
--olive-950: #322E01;
}