Olive
#AF9E04
YellowColor Codes
All color formats for development
HEX
#AF9E04RGB
rgb(175, 158, 4)HSL
hsl(54, 96%, 35%)OKLCH
oklch(0.693 0.144 101.7)CMYK
cmyk(0%, 10%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D8E03
2#8C7E03
3#7A6E02
4#695F02
5#574F02
6#463F01
7#342F01
8#232001
9#111000
Tints
Lighter variations
1#CFBB04
2#F0D805
3#FAE41C
4#FBE83C
5#FCEC5D
6#FCF07D
7#FDF39E
8#FEF7BE
9#FEFBDF
Tones
Muted variations
1#A6970C
2#9E9015
3#95891D
4#8D8226
5#847C2E
6#7C7537
7#736E40
8#6A6748
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 | FEF7 #FEF7BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF1 #FDF18C | BordersInactive statesPlaceholder text |
| 400 | FBEA #FBEA50 | Disabled statesSecondary iconsMuted text |
| 500 | FAE4 #FAE41E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCC6 #DCC604 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF9E #AF9E04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D71 #7D7103 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5048 #504802 | Primary textHigh emphasis contentDark headings |
| 950 | 322D #322D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFBDC;
--olive-200: #FEF7BE;
--olive-300: #FDF18C;
--olive-400: #FBEA50;
--olive-500: #FAE41E;
--olive-600: #DCC604;
--olive-700: #AF9E04;
--olive-800: #7D7103;
--olive-900: #504802;
--olive-950: #322D01;
}