Olive
#AE7B04
OrangeColor Codes
All color formats for development
HEX
#AE7B04RGB
rgb(174, 123, 4)HSL
hsl(42, 96%, 35%)OKLCH
oklch(0.618 0.127 79.3)CMYK
cmyk(0%, 29%, 98%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D6F03
2#8C6303
3#7A5602
4#694A02
5#573E02
6#463101
7#342501
8#231901
9#110C00
Tints
Lighter variations
1#CF9204
2#F0A905
3#FAB81C
4#FBC23C
5#FCCC5D
6#FCD67D
7#FDE09E
8#FEEBBE
9#FEF5DF
Tones
Muted variations
1#A6780C
2#9E7515
3#95711D
4#8D6E26
5#846A2E
6#7C6737
7#736440
8#6A6048
9#625D51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF4 #FEF4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEB #FEEBBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDDB #FDDB8C | BordersInactive statesPlaceholder text |
| 400 | FBC8 #FBC850 | Disabled statesSecondary iconsMuted text |
| 500 | FAB8 #FAB81E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC9B #DC9B04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF7C #AF7C04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D58 #7D5803 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5038 #503802 | Primary textHigh emphasis contentDark headings |
| 950 | 3223 #322301 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FEF4DC;
--olive-200: #FEEBBE;
--olive-300: #FDDB8C;
--olive-400: #FBC850;
--olive-500: #FAB81E;
--olive-600: #DC9B04;
--olive-700: #AF7C04;
--olive-800: #7D5803;
--olive-900: #503802;
--olive-950: #322301;
}