Olive
#A8830B
YellowColor Codes
All color formats for development
HEX
#A8830BRGB
rgb(168, 131, 11)HSL
hsl(46, 88%, 35%)OKLCH
oklch(0.628 0.126 88.2)CMYK
cmyk(0%, 22%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97760A
2#866909
3#755C07
4#654F06
5#544205
6#433404
7#322703
8#221A02
9#110D01
Tints
Lighter variations
1#C79B0D
2#E6B40F
3#F1C125
4#F3CA44
5#F5D363
6#F7DC82
7#F9E5A2
8#FBEDC1
9#FDF6E0
Tones
Muted variations
1#A07F13
2#987B1A
3#907722
4#88722A
5#816E32
6#796A3A
7#716642
8#69624A
9#615D51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBED #FBEDC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E0 #F8E091 | BordersInactive statesPlaceholder text |
| 400 | F4D0 #F4D057 | Disabled statesSecondary iconsMuted text |
| 500 | F1C2 #F1C227 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A5 #D3A50D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A883 #A8830B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785E #785E08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3C #4D3C05 | 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: #FDF6DD;
--olive-200: #FBEDC1;
--olive-300: #F8E091;
--olive-400: #F4D057;
--olive-500: #F1C227;
--olive-600: #D3A50D;
--olive-700: #A8830B;
--olive-800: #785E08;
--olive-900: #4D3C05;
--olive-950: #302503;
}