Olive
#A5960D
YellowColor Codes
All color formats for development
HEX
#A5960DRGB
rgb(165, 150, 13)HSL
hsl(54, 85%, 35%)OKLCH
oklch(0.666 0.137 102.1)CMYK
cmyk(0%, 9%, 92%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95870C
2#84780B
3#746909
4#635A08
5#534B07
6#423C05
7#322D04
8#211E03
9#110F01
Tints
Lighter variations
1#C4B210
2#E2CE12
3#EEDA28
4#F0DF47
5#F3E466
6#F5EA84
7#F8EFA3
8#FAF4C2
9#FDFAE0
Tones
Muted variations
1#9E9015
2#968A1D
3#8E8424
4#877E2C
5#7F7833
6#78723B
7#706B42
8#68654A
9#615F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF4 #FAF4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6EC #F6EC92 | BordersInactive statesPlaceholder text |
| 400 | F2E2 #F2E25A | Disabled statesSecondary iconsMuted text |
| 500 | EEDA #EEDA2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0BC #D0BC11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A596 #A5960D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 766B #766B0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B45 #4B4506 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2B #2F2B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCF9DE;
--olive-200: #FAF4C2;
--olive-300: #F6EC92;
--olive-400: #F2E25A;
--olive-500: #EEDA2B;
--olive-600: #D0BC11;
--olive-700: #A5960D;
--olive-800: #766B0A;
--olive-900: #4B4506;
--olive-950: #2F2B04;
}