Olive
#A27D11
YellowColor Codes
All color formats for development
HEX
#A27D11RGB
rgb(162, 125, 17)HSL
hsl(45, 81%, 35%)OKLCH
oklch(0.609 0.12 86.8)CMYK
cmyk(0%, 23%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91710F
2#81640E
3#71580C
4#614B0A
5#513F08
6#413207
7#302605
8#201903
9#100D02
Tints
Lighter variations
1#C09514
2#DEAC17
3#E9BA2D
4#ECC44B
5#EFCE69
6#F2D887
7#F6E1A5
8#F9EBC3
9#FCF5E1
Tones
Muted variations
1#9A7A18
2#93761F
3#8C7327
4#856F2E
5#7D6B35
6#76683C
7#6F6444
8#68604B
9#605D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF4 #FCF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EB #F9EBC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4DC #F4DC95 | BordersInactive statesPlaceholder text |
| 400 | EECA #EECA5D | Disabled statesSecondary iconsMuted text |
| 500 | E9BB #E9BB2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB9E #CB9E15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A27D #A27D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 735A #735A0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A39 #4A3908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E24 #2E2405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF4DF;
--olive-200: #F9EBC3;
--olive-300: #F4DC95;
--olive-400: #EECA5D;
--olive-500: #E9BB2F;
--olive-600: #CB9E15;
--olive-700: #A27D11;
--olive-800: #735A0C;
--olive-900: #4A3908;
--olive-950: #2E2405;
}