Olive
#A8810B
YellowColor Codes
All color formats for development
HEX
#A8810BRGB
rgb(168, 129, 11)HSL
hsl(45, 88%, 35%)OKLCH
oklch(0.624 0.125 86.7)CMYK
cmyk(0%, 23%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97740A
2#866709
3#755A07
4#654D06
5#544005
6#433304
7#322703
8#221A02
9#110D01
Tints
Lighter variations
1#C7980D
2#E6B00F
3#F1BE25
4#F3C744
5#F5D163
6#F7DA82
7#F9E3A2
8#FBECC1
9#FDF6E0
Tones
Muted variations
1#A07D13
2#98791A
3#907522
4#88712A
5#816D32
6#79693A
7#716542
8#69614A
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 | FBEC #FBECC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DE #F8DE91 | BordersInactive statesPlaceholder text |
| 400 | F4CD #F4CD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1BF #F1BF27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A2 #D3A20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A881 #A8810B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785C #785C08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3B #4D3B05 | 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: #FBECC1;
--olive-300: #F8DE91;
--olive-400: #F4CD57;
--olive-500: #F1BF27;
--olive-600: #D3A20D;
--olive-700: #A8810B;
--olive-800: #785C08;
--olive-900: #4D3B05;
--olive-950: #302503;
}