Olive
#A58E0D
YellowColor Codes
All color formats for development
HEX
#A58E0DRGB
rgb(165, 142, 13)HSL
hsl(51, 85%, 35%)OKLCH
oklch(0.648 0.131 97.3)CMYK
cmyk(0%, 14%, 92%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95800C
2#84720B
3#746409
4#635508
5#534707
6#423905
7#322B04
8#211C03
9#110E01
Tints
Lighter variations
1#C4A910
2#E2C312
3#EED028
4#F0D747
5#F3DD66
6#F5E484
7#F8EBA3
8#FAF2C2
9#FDF8E0
Tones
Muted variations
1#9E8915
2#96841D
3#8E7E24
4#87792C
5#7F7433
6#786E3B
7#706942
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 | FAF2 #FAF2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E7 #F6E792 | BordersInactive statesPlaceholder text |
| 400 | F2DB #F2DB5A | Disabled statesSecondary iconsMuted text |
| 500 | EED1 #EED12B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0B3 #D0B311 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A58E #A58E0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7666 #76660A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B41 #4B4106 | 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: #FAF2C2;
--olive-300: #F6E792;
--olive-400: #F2DB5A;
--olive-500: #EED12B;
--olive-600: #D0B311;
--olive-700: #A58E0D;
--olive-800: #76660A;
--olive-900: #4B4106;
--olive-950: #2F2904;
}