Olive
#AA7408
OrangeColor Codes
All color formats for development
HEX
#AA7408RGB
rgb(170, 116, 8)HSL
hsl(40, 91%, 35%)OKLCH
oklch(0.6 0.124 75.9)CMYK
cmyk(0%, 32%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#996907
2#885D06
3#775106
4#664605
5#553A04
6#442F03
7#332302
8#221702
9#110C01
Tints
Lighter variations
1#CA8A0A
2#EAA00B
3#F5AE21
4#F6BA41
5#F8C561
6#F9D180
7#FBDCA0
8#FCE8C0
9#FEF3DF
Tones
Muted variations
1#A27210
2#9A6F18
3#926C20
4#8A6929
5#826731
6#7A6439
7#726141
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 | FAD6 #FAD68F | BordersInactive statesPlaceholder text |
| 400 | F7C1 #F7C155 | Disabled statesSecondary iconsMuted text |
| 500 | F5AF #F5AF24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D692 #D6920A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA74 #AA7408 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A53 #7A5306 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E35 #4E3504 | Primary textHigh emphasis contentDark headings |
| 950 | 3121 #312102 | 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: #FAD68F;
--olive-400: #F7C155;
--olive-500: #F5AF24;
--olive-600: #D6920A;
--olive-700: #AA7408;
--olive-800: #7A5306;
--olive-900: #4E3504;
--olive-950: #312102;
}