Olive
#A5910D
YellowColor Codes
All color formats for development
HEX
#A5910DRGB
rgb(165, 145, 13)HSL
hsl(52, 85%, 35%)OKLCH
oklch(0.655 0.133 99.2)CMYK
cmyk(0%, 12%, 92%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95820C
2#84740B
3#746509
4#635708
5#534807
6#423A05
7#322B04
8#211D03
9#110E01
Tints
Lighter variations
1#C4AC10
2#E2C712
3#EED328
4#F0DA47
5#F3E066
6#F5E684
7#F8ECA3
8#FAF3C2
9#FDF9E0
Tones
Muted variations
1#9E8B15
2#96861D
3#8E8024
4#877B2C
5#7F7533
6#78703B
7#706A42
8#68644A
9#615F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF3 #FAF3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E9 #F6E992 | BordersInactive statesPlaceholder text |
| 400 | F2DD #F2DD5A | Disabled statesSecondary iconsMuted text |
| 500 | EED4 #EED42B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0B6 #D0B611 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A591 #A5910D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7667 #76670A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B42 #4B4206 | Primary textHigh emphasis contentDark headings |
| 950 | 2F29 #2F2904 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF8DE;
--olive-200: #FAF3C2;
--olive-300: #F6E992;
--olive-400: #F2DD5A;
--olive-500: #EED42B;
--olive-600: #D0B611;
--olive-700: #A5910D;
--olive-800: #76670A;
--olive-900: #4B4206;
--olive-950: #2F2904;
}