Olive
#AE9A04
YellowColor Codes
All color formats for development
HEX
#AE9A04RGB
rgb(174, 154, 4)HSL
hsl(53, 96%, 35%)OKLCH
oklch(0.683 0.141 99.9)CMYK
cmyk(0%, 11%, 98%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D8B03
2#8C7C03
3#7A6C02
4#695D02
5#574D02
6#463E01
7#342E01
8#231F01
9#110F00
Tints
Lighter variations
1#CFB804
2#F0D405
3#FAE01C
4#FBE53C
5#FCE95D
6#FCED7D
7#FDF29E
8#FEF6BE
9#FEFBDF
Tones
Muted variations
1#A6940C
2#9E8E15
3#95871D
4#8D8126
5#847A2E
6#7C7437
7#736D40
8#6A6648
9#626051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF6 #FEF6BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF0 #FDF08C | BordersInactive statesPlaceholder text |
| 400 | FBE7 #FBE750 | Disabled statesSecondary iconsMuted text |
| 500 | FAE1 #FAE11E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCC3 #DCC304 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF9B #AF9B04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D6F #7D6F03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5047 #504702 | Primary textHigh emphasis contentDark headings |
| 950 | 322C #322C01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFADC;
--olive-200: #FEF6BE;
--olive-300: #FDF08C;
--olive-400: #FBE750;
--olive-500: #FAE11E;
--olive-600: #DCC304;
--olive-700: #AF9B04;
--olive-800: #7D6F03;
--olive-900: #504702;
--olive-950: #322C01;
}