Olive
#A29E10
YellowColor Codes
All color formats for development
HEX
#A29E10RGB
rgb(162, 158, 16)HSL
hsl(58, 82%, 35%)OKLCH
oklch(0.681 0.143 107.8)CMYK
cmyk(0%, 2%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#928E0E
2#827E0D
3#726E0B
4#615F0A
5#514F08
6#413F06
7#312F05
8#202003
9#101002
Tints
Lighter variations
1#C1BB13
2#DFD816
3#EAE42C
4#EDE84A
5#F0EC68
6#F3EF86
7#F6F3A5
8#F9F7C3
9#FCFBE1
Tones
Muted variations
1#9B9717
2#94901F
3#8C8926
4#85822D
5#7E7B35
6#77753C
7#6F6E43
8#68674B
9#616052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F7 #F9F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F1 #F4F194 | BordersInactive statesPlaceholder text |
| 400 | EFEA #EFEA5D | Disabled statesSecondary iconsMuted text |
| 500 | EAE4 #EAE42E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCC6 #CCC614 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29E #A29E10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7471 #74710B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A48 #4A4807 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCFBDF;
--olive-200: #F9F7C3;
--olive-300: #F4F194;
--olive-400: #EFEA5D;
--olive-500: #EAE42E;
--olive-600: #CCC614;
--olive-700: #A29E10;
--olive-800: #74710B;
--olive-900: #4A4807;
--olive-950: #2E2D05;
}