Olive
#A29811
YellowColor Codes
All color formats for development
HEX
#A29811RGB
rgb(162, 152, 17)HSL
hsl(56, 81%, 35%)OKLCH
oklch(0.667 0.138 104.7)CMYK
cmyk(0%, 6%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91890F
2#817A0E
3#716A0C
4#615B0A
5#514C08
6#413D07
7#302E05
8#201E03
9#100F02
Tints
Lighter variations
1#C0B414
2#DED017
3#E9DC2D
4#ECE14B
5#EFE669
6#F2EB87
7#F6F0A5
8#F9F5C3
9#FCFAE1
Tones
Muted variations
1#9A9218
2#938B1F
3#8C8527
4#857F2E
5#7D7935
6#76723C
7#6F6C44
8#68664B
9#606052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F5 #F9F5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EE #F4EE95 | BordersInactive statesPlaceholder text |
| 400 | EEE4 #EEE45D | Disabled statesSecondary iconsMuted text |
| 500 | E9DD #E9DD2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBBF #CBBF15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A298 #A29811 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736D #736D0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A45 #4A4508 | 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: #FCFADF;
--olive-200: #F9F5C3;
--olive-300: #F4EE95;
--olive-400: #EEE45D;
--olive-500: #E9DD2F;
--olive-600: #CBBF15;
--olive-700: #A29811;
--olive-800: #736D0C;
--olive-900: #4A4508;
--olive-950: #2E2B05;
}