Olive
#A28C10
YellowColor Codes
All color formats for development
HEX
#A28C10RGB
rgb(162, 140, 16)HSL
hsl(51, 82%, 35%)OKLCH
oklch(0.641 0.129 97.6)CMYK
cmyk(0%, 14%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#927E0E
2#82700D
3#72620B
4#61540A
5#514608
6#413806
7#312A05
8#201C03
9#100E02
Tints
Lighter variations
1#C1A713
2#DFC116
3#EACE2C
4#EDD54A
5#F0DC68
6#F3E386
7#F6EAA5
8#F9F1C3
9#FCF8E1
Tones
Muted variations
1#9B8717
2#94821F
3#8C7D26
4#85782D
5#7E7335
6#776E3C
7#6F6943
8#68634B
9#615E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F1 #F9F1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E6 #F4E694 | BordersInactive statesPlaceholder text |
| 400 | EFD9 #EFD95D | Disabled statesSecondary iconsMuted text |
| 500 | EACE #EACE2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCB1 #CCB114 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A28C #A28C10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7464 #74640B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A40 #4A4007 | Primary textHigh emphasis contentDark headings |
| 950 | 2E28 #2E2805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF7DF;
--olive-200: #F9F1C3;
--olive-300: #F4E694;
--olive-400: #EFD95D;
--olive-500: #EACE2E;
--olive-600: #CCB114;
--olive-700: #A28C10;
--olive-800: #74640B;
--olive-900: #4A4007;
--olive-950: #2E2805;
}