Olive
#A5930D
YellowColor Codes
All color formats for development
HEX
#A5930DRGB
rgb(165, 147, 13)HSL
hsl(53, 85%, 35%)OKLCH
oklch(0.659 0.135 100.4)CMYK
cmyk(0%, 11%, 92%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95850C
2#84760B
3#746709
4#635808
5#534A07
6#423B05
7#322C04
8#211D03
9#110F01
Tints
Lighter variations
1#C4AF10
2#E2CA12
3#EED728
4#F0DC47
5#F3E266
6#F5E884
7#F8EEA3
8#FAF3C2
9#FDF9E0
Tones
Muted variations
1#9E8E15
2#96881D
3#8E8224
4#877C2C
5#7F7633
6#78713B
7#706B42
8#68654A
9#615F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF3 #FAF3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6EB #F6EB92 | BordersInactive statesPlaceholder text |
| 400 | F2E0 #F2E05A | Disabled statesSecondary iconsMuted text |
| 500 | EED7 #EED72B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0B9 #D0B911 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A593 #A5930D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7669 #76690A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B43 #4B4306 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2A #2F2A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF9DE;
--olive-200: #FAF3C2;
--olive-300: #F6EB92;
--olive-400: #F2E05A;
--olive-500: #EED72B;
--olive-600: #D0B911;
--olive-700: #A5930D;
--olive-800: #76690A;
--olive-900: #4B4306;
--olive-950: #2F2A04;
}