Olive
#A29511
YellowColor Codes
All color formats for development
HEX
#A29511RGB
rgb(162, 149, 17)HSL
hsl(55, 81%, 35%)OKLCH
oklch(0.661 0.135 103)CMYK
cmyk(0%, 8%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91870F
2#81780E
3#71690C
4#615A0A
5#514B08
6#413C07
7#302D05
8#201E03
9#100F02
Tints
Lighter variations
1#C0B114
2#DECD17
3#E9D92D
4#ECDF4B
5#EFE469
6#F2E987
7#F6EFA5
8#F9F4C3
9#FCFAE1
Tones
Muted variations
1#9A8F18
2#93891F
3#8C8327
4#857D2E
5#7D7735
6#76713C
7#6F6B44
8#68654B
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F4 #F9F4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EC #F4EC95 | BordersInactive statesPlaceholder text |
| 400 | EEE2 #EEE25D | Disabled statesSecondary iconsMuted text |
| 500 | E9DA #E9DA2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBBC #CBBC15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A295 #A29511 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736B #736B0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A44 #4A4408 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2B #2E2B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCF9DF;
--olive-200: #F9F4C3;
--olive-300: #F4EC95;
--olive-400: #EEE25D;
--olive-500: #E9DA2F;
--olive-600: #CBBC15;
--olive-700: #A29511;
--olive-800: #736B0C;
--olive-900: #4A4408;
--olive-950: #2E2B05;
}