Olive
#A88E0B
YellowColor Codes
All color formats for development
HEX
#A88E0BRGB
rgb(168, 142, 11)HSL
hsl(50, 88%, 35%)OKLCH
oklch(0.651 0.132 95.7)CMYK
cmyk(0%, 15%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#977F0A
2#867109
3#756307
4#655506
5#544705
6#433904
7#322A03
8#221C02
9#110E01
Tints
Lighter variations
1#C7A80D
2#E6C20F
3#F1CF25
4#F3D644
5#F5DD63
6#F7E482
7#F9EAA2
8#FBF1C1
9#FDF8E0
Tones
Muted variations
1#A08813
2#98831A
3#907E22
4#88792A
5#817332
6#796E3A
7#716942
8#69644A
9#615E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF1 #FBF1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E7 #F8E791 | BordersInactive statesPlaceholder text |
| 400 | F4DA #F4DA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D0 #F1D027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B2 #D3B20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A88E #A88E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7865 #786508 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D41 #4D4105 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FDF8DD;
--olive-200: #FBF1C1;
--olive-300: #F8E791;
--olive-400: #F4DA57;
--olive-500: #F1D027;
--olive-600: #D3B20D;
--olive-700: #A88E0B;
--olive-800: #786508;
--olive-900: #4D4105;
--olive-950: #302803;
}