Olive
#AA7409
OrangeColor Codes
All color formats for development
HEX
#AA7409RGB
rgb(170, 116, 9)HSL
hsl(40, 90%, 35%)OKLCH
oklch(0.6 0.124 75.8)CMYK
cmyk(0%, 32%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#996808
2#885D07
3#775106
4#664605
5#553A04
6#442E04
7#332303
8#221702
9#110C01
Tints
Lighter variations
1#C98A0B
2#E99F0C
3#F3AE23
4#F5B942
5#F7C562
6#F8D181
7#FADCA1
8#FCE8C0
9#FDF3E0
Tones
Muted variations
1#A27111
2#9A6F19
3#916C21
4#896929
5#816731
6#796439
7#716141
8#695F49
9#615C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE8 #FCE8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D6 #F9D690 | BordersInactive statesPlaceholder text |
| 400 | F6C1 #F6C155 | Disabled statesSecondary iconsMuted text |
| 500 | F4AF #F4AF25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D592 #D5920B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA74 #AA7409 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7953 #795306 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E35 #4E3504 | Primary textHigh emphasis contentDark headings |
| 950 | 3021 #302103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF0;
--olive-100: #FDF3DD;
--olive-200: #FCE8C0;
--olive-300: #F9D690;
--olive-400: #F6C155;
--olive-500: #F4AF25;
--olive-600: #D5920B;
--olive-700: #AA7409;
--olive-800: #795306;
--olive-900: #4E3504;
--olive-950: #302103;
}