Olive
#A28F10
YellowColor Codes
All color formats for development
HEX
#A28F10RGB
rgb(162, 143, 16)HSL
hsl(52, 82%, 35%)OKLCH
oklch(0.648 0.131 99.5)CMYK
cmyk(0%, 12%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92810E
2#82720D
3#72640B
4#61560A
5#514708
6#413906
7#312B05
8#201D03
9#100E02
Tints
Lighter variations
1#C1A913
2#DFC416
3#EAD12C
4#EDD74A
5#F0DE68
6#F3E586
7#F6EBA5
8#F9F2C3
9#FCF8E1
Tones
Muted variations
1#9B8A17
2#94841F
3#8C7F26
4#85792D
5#7E7435
6#776F3C
7#6F6943
8#68644B
9#615F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F2 #F9F2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E8 #F4E894 | BordersInactive statesPlaceholder text |
| 400 | EFDB #EFDB5D | Disabled statesSecondary iconsMuted text |
| 500 | EAD1 #EAD12E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCB4 #CCB414 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A28F #A28F10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7466 #74660B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A41 #4A4107 | Primary textHigh emphasis contentDark headings |
| 950 | 2E29 #2E2905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF8DF;
--olive-200: #F9F2C3;
--olive-300: #F4E894;
--olive-400: #EFDB5D;
--olive-500: #EAD12E;
--olive-600: #CCB414;
--olive-700: #A28F10;
--olive-800: #74660B;
--olive-900: #4A4107;
--olive-950: #2E2905;
}