Olive
#AE8F04
YellowColor Codes
All color formats for development
HEX
#AE8F04RGB
rgb(174, 143, 4)HSL
hsl(49, 96%, 35%)OKLCH
oklch(0.659 0.134 93.3)CMYK
cmyk(0%, 18%, 98%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D8103
2#8C7303
3#7A6402
4#695602
5#574802
6#463901
7#342B01
8#231D01
9#110E00
Tints
Lighter variations
1#CFAA04
2#F0C505
3#FAD21C
4#FBD83C
5#FCDF5D
6#FCE57D
7#FDEC9E
8#FEF2BE
9#FEF9DF
Tones
Muted variations
1#A68A0C
2#9E8515
3#957F1D
4#8D7A26
5#84742E
6#7C6F37
7#736A40
8#6A6448
9#625F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF2 #FEF2BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE8 #FDE88C | BordersInactive statesPlaceholder text |
| 400 | FBDC #FBDC50 | Disabled statesSecondary iconsMuted text |
| 500 | FAD2 #FAD21E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCB4 #DCB404 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF90 #AF9004 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D67 #7D6703 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5042 #504202 | Primary textHigh emphasis contentDark headings |
| 950 | 3229 #322901 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FEF8DC;
--olive-200: #FEF2BE;
--olive-300: #FDE88C;
--olive-400: #FBDC50;
--olive-500: #FAD21E;
--olive-600: #DCB404;
--olive-700: #AF9004;
--olive-800: #7D6703;
--olive-900: #504202;
--olive-950: #322901;
}