Olive
#A9810A
YellowColor Codes
All color formats for development
HEX
#A9810ARGB
rgb(169, 129, 10)HSL
hsl(45, 89%, 35%)OKLCH
oklch(0.625 0.126 86.2)CMYK
cmyk(0%, 24%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#987409
2#876708
3#765A07
4#654D06
5#544005
6#433404
7#332703
8#221A02
9#110D01
Tints
Lighter variations
1#C8990C
2#E7B10D
3#F2BF24
4#F4C843
5#F6D162
6#F8DA82
7#FAE3A1
8#FBEDC0
9#FDF6E0
Tones
Muted variations
1#A17D12
2#99791A
3#917522
4#89712A
5#816D32
6#796939
7#716541
8#696149
9#615D51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF5 #FDF5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBED #FBEDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9DE #F9DE90 | BordersInactive statesPlaceholder text |
| 400 | F5CD #F5CD56 | Disabled statesSecondary iconsMuted text |
| 500 | F2BF #F2BF26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4A2 #D4A20C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A981 #A9810A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785C #785C07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3B #4D3B04 | Primary textHigh emphasis contentDark headings |
| 950 | 3025 #302503 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FDF5DD;
--olive-200: #FBEDC0;
--olive-300: #F9DE90;
--olive-400: #F5CD56;
--olive-500: #F2BF26;
--olive-600: #D4A20C;
--olive-700: #A9810A;
--olive-800: #785C07;
--olive-900: #4D3B04;
--olive-950: #302503;
}