Olive
#AE8904
YellowColor Codes
All color formats for development
HEX
#AE8904RGB
rgb(174, 137, 4)HSL
hsl(47, 96%, 35%)OKLCH
oklch(0.647 0.131 89.3)CMYK
cmyk(0%, 21%, 98%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D7C03
2#8C6E03
3#7A6002
4#695302
5#574502
6#463701
7#342901
8#231C01
9#110E00
Tints
Lighter variations
1#CFA304
2#F0BD05
3#FACA1C
4#FBD23C
5#FCD95D
6#FCE17D
7#FDE89E
8#FEF0BE
9#FEF7DF
Tones
Muted variations
1#A6850C
2#9E8015
3#957B1D
4#8D7626
5#84722E
6#7C6D37
7#736840
8#6A6348
9#625E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF7 #FEF7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF0 #FEF0BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE4 #FDE48C | BordersInactive statesPlaceholder text |
| 400 | FBD6 #FBD650 | Disabled statesSecondary iconsMuted text |
| 500 | FACB #FACB1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCAD #DCAD04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF8A #AF8A04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D62 #7D6203 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503F #503F02 | Primary textHigh emphasis contentDark headings |
| 950 | 3227 #322701 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FEF7DC;
--olive-200: #FEF0BE;
--olive-300: #FDE48C;
--olive-400: #FBD650;
--olive-500: #FACB1E;
--olive-600: #DCAD04;
--olive-700: #AF8A04;
--olive-800: #7D6203;
--olive-900: #503F02;
--olive-950: #322701;
}