Olive
#A8860B
YellowColor Codes
All color formats for development
HEX
#A8860BRGB
rgb(168, 134, 11)HSL
hsl(47, 88%, 35%)OKLCH
oklch(0.634 0.127 90.3)CMYK
cmyk(0%, 20%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97780A
2#866B09
3#755E07
4#655006
5#544305
6#433604
7#322803
8#221B02
9#110D01
Tints
Lighter variations
1#C79F0D
2#E6B70F
3#F1C525
4#F3CD44
5#F5D563
6#F7DE82
7#F9E6A2
8#FBEEC1
9#FDF7E0
Tones
Muted variations
1#A08113
2#987D1A
3#907822
4#88742A
5#817032
6#796B3A
7#716742
8#69624A
9#615E51
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 | FBEE #FBEEC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E2 #F8E291 | BordersInactive statesPlaceholder text |
| 400 | F4D2 #F4D257 | Disabled statesSecondary iconsMuted text |
| 500 | F1C5 #F1C527 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A8 #D3A80D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A886 #A8860B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7860 #786008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3D #4D3D05 | Primary textHigh emphasis contentDark headings |
| 950 | 3026 #302603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FDF6DD;
--olive-200: #FBEEC1;
--olive-300: #F8E291;
--olive-400: #F4D257;
--olive-500: #F1C527;
--olive-600: #D3A80D;
--olive-700: #A8860B;
--olive-800: #786008;
--olive-900: #4D3D05;
--olive-950: #302603;
}